Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h667 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1040 DATA_REG(lp)); \
1042 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \
1043 SMC_outw(lp, length, ioaddr, DATA_REG(lp)); \
1050 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1054 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1055 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1072 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1075 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
[all …]
Dsmc91x.c593 DATA_REG(lp)); in smc_hardware_send_pkt()
/drivers/spi/
Dspi-jcore.c26 #define DATA_REG 0x4 macro
102 void __iomem *data_reg = hw->base + DATA_REG; in jcore_spi_txrx()
/drivers/input/keyboard/
Dspear-keyboard.c31 #define DATA_REG 0x10 macro
86 val = readl_relaxed(kbd->io_base + DATA_REG) & in spear_kbd_interrupt()
/drivers/ata/
Dsata_rcar.c22 #define DATA_REG 0x100 macro