Home
last modified time | relevance | path

Searched refs:SMC_inb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91x.h44 __val16 = SMC_inb(a, __reg); \
45 __val16 |= SMC_inb(a, __reg + (1 << SMC_IO_SHIFT)) << 8; \
67 #define SMC_inb(a, r) readb((a) + (r)) macro
123 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
143 #define SMC_inb(a, r) readb((a) + (r)) macro
191 #define SMC_inb(a, r) ioread8((a) + (r)) macro
209 #define SMC_inb(a, r) ioread8((a) + (r)) macro
443 #undef SMC_inb macro
444 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
872 (SMC_8BIT(lp) ? (SMC_inb(ioadd
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91x.h44 __val16 = SMC_inb(a, __reg); \
45 __val16 |= SMC_inb(a, __reg + (1 << SMC_IO_SHIFT)) << 8; \
67 #define SMC_inb(a, r) readb((a) + (r)) macro
123 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
143 #define SMC_inb(a, r) readb((a) + (r)) macro
198 #define SMC_inb(a, r) ioread8((a) + (r)) macro
432 #undef SMC_inb macro
433 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
861 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
875 (SMC_8BIT(lp) ? (SMC_inb(ioadd
[all...]

Completed in 4 milliseconds