Searched refs:DATA_REG (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc91x.h | 659 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro 1032 DATA_REG(lp)); \ 1034 SMC_outw(status, ioaddr, DATA_REG(lp)); \ 1035 SMC_outw(length, ioaddr, DATA_REG(lp)); \ 1042 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \ 1046 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \ 1047 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \ 1059 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ 1064 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \ 1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \ [all …]
|
D | smc91x.c | 605 SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp)); in smc_hardware_send_pkt()
|
/linux-4.4.14/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-4.4.14/drivers/ata/ |
D | sata_rcar.c | 26 #define DATA_REG 0x100 macro
|