Home
last modified time | relevance | path

Searched refs:SMC_outl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc911x.h136 static inline void SMC_outl(unsigned int value, struct smc911x_local *lp, in SMC_outl() function
193 #define SMC_outl(v, lp, r) \ macro
203 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
268 SMC_outl(*((u32 *)buf), lp, reg); in smc_pxa_dma_outsl()
705 #define SMC_SET_TX_FIFO(lp, x) SMC_outl( x, lp, TX_DATA_FIFO )
716 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG )
718 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS )
720 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
722 #define SMC_SET_BYTE_TEST(lp, x) SMC_outl( x, lp, BYTE_TEST )
724 #define SMC_SET_FIFO_INT(lp, x) SMC_outl( x, lp, FIFO_INT )
[all …]
Dsmc91x.h100 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
139 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro
159 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro
225 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro
429 #define SMC_outl(x, ioaddr, reg) BUG() macro
889 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \
943 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \
969 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \
991 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \
1009 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \
[all …]