Searched refs:DATA_REG (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/smsc/ |
D | smc91x.h | 656 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro 1029 DATA_REG(lp)); \ 1031 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \ 1032 SMC_outw(lp, length, ioaddr, DATA_REG(lp)); \ 1039 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \ 1043 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \ 1044 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \ 1056 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ 1061 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \ 1064 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ [all …]
|
D | smc91x.c | 593 DATA_REG(lp)); in smc_hardware_send_pkt()
|
/Linux-v6.1/drivers/spi/ |
D | spi-jcore.c | 26 #define DATA_REG 0x4 macro 103 void __iomem *data_reg = hw->base + DATA_REG; in jcore_spi_txrx()
|
/Linux-v6.1/drivers/input/keyboard/ |
D | spear-keyboard.c | 31 #define DATA_REG 0x10 macro 86 val = readl_relaxed(kbd->io_base + DATA_REG) & in spear_kbd_interrupt()
|
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | renesas-nand-controller.c | 98 #define DATA_REG 0x3C macro
|