Home
last modified time | relevance | path

Searched refs:DATA_REG (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h637 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1010 DATA_REG(lp)); \
1012 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \
1013 SMC_outw(lp, length, ioaddr, DATA_REG(lp)); \
1024 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1025 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1037 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1045 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1050 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1083 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
[all …]
H A Dsmc91x.c594 DATA_REG(lp)); in smc_hardware_send_pkt()
/linux-6.15/drivers/spi/
H A Dspi-jcore.c26 #define DATA_REG 0x4 macro
103 void __iomem *data_reg = hw->base + DATA_REG; in jcore_spi_txrx()
/linux-6.15/drivers/input/keyboard/
H A Dspear-keyboard.c30 #define DATA_REG 0x10 macro
85 val = readl_relaxed(kbd->io_base + DATA_REG) & in spear_kbd_interrupt()
/linux-6.15/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c98 #define DATA_REG 0x3C macro