Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
A 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)); \
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); \
1075 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1080 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1113 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
[all …]
A Dsmc91x.c593 DATA_REG(lp)); in smc_hardware_send_pkt()
/linux/drivers/spi/
A Dspi-jcore.c26 #define DATA_REG 0x4 macro
103 void __iomem *data_reg = hw->base + DATA_REG; in jcore_spi_txrx()
/linux/drivers/input/keyboard/
A Dspear-keyboard.c31 #define DATA_REG 0x10 macro
86 val = readl_relaxed(kbd->io_base + DATA_REG) & in spear_kbd_interrupt()
/linux/drivers/ata/
A Dsata_rcar.c22 #define DATA_REG 0x100 macro

Completed in 19 milliseconds