Searched refs:SMC_outl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc911x.h137 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, function
194 #define SMC_outl(v, lp, r) \ macro
204 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
282 SMC_outl(*((u32 *)buf), lp, reg);
717 #define SMC_SET_TX_FIFO(lp, x) SMC_outl( x, lp, TX_DATA_FIFO )
728 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG )
730 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS )
732 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
734 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST )
736 #define SMC_SET_FIFO_INT(lp, x) SMC_outl(
[all...]
H A Dsmc91x.h64 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
151 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
180 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
280 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
353 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
523 #define SMC_outl(x, ioaddr, reg) BUG() macro
997 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
1051 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
1077 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
1099 SMC_outl((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dsmc91111.h40 #define SMC_outl(v, a, r) outl(v, (unsigned long) ((a) + (r))) macro

Completed in 51 milliseconds