Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h659 #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 …]
Dsmc91x.c605 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/
Dspear-keyboard.c31 #define DATA_REG 0x10 macro
86 val = readl_relaxed(kbd->io_base + DATA_REG) & in spear_kbd_interrupt()
/linux-4.4.14/drivers/ata/
Dsata_rcar.c26 #define DATA_REG 0x100 macro