Home
last modified time | relevance | path

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

12345678910>>...12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmc911x.h182 #define SMC_outl(v, lp, r) \ macro
192 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
257 SMC_outl(*((u32 *)buf), lp, reg); in smc_pxa_dma_outsl()
705 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG )
707 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS )
709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
751 #define SMC_SET_RX_CFG(lp, x) SMC_outl( x, lp, RX_CFG )
753 #define SMC_SET_TX_CFG(lp, x) SMC_outl( x, lp, TX_CFG )
755 #define SMC_SET_HW_CFG(lp, x) SMC_outl( x, lp, HW_CFG )
767 #define SMC_SET_GPT_CFG(lp, x) SMC_outl( x, lp, GPT_CFG )
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmc911x.h182 #define SMC_outl(v, lp, r) \ macro
192 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
257 SMC_outl(*((u32 *)buf), lp, reg); in smc_pxa_dma_outsl()
705 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG )
707 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS )
709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
751 #define SMC_SET_RX_CFG(lp, x) SMC_outl( x, lp, RX_CFG )
753 #define SMC_SET_TX_CFG(lp, x) SMC_outl( x, lp, TX_CFG )
755 #define SMC_SET_HW_CFG(lp, x) SMC_outl( x, lp, HW_CFG )
767 #define SMC_SET_GPT_CFG(lp, x) SMC_outl( x, lp, GPT_CFG )
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmc911x.h182 #define SMC_outl(v, lp, r) \ macro
192 #define SMC_outl(v, lp, r) writel(v, (lp)->base + (r)) macro
257 SMC_outl(*((u32 *)buf), lp, reg); in smc_pxa_dma_outsl()
705 #define SMC_SET_IRQ_CFG(lp, x) SMC_outl( x, lp, INT_CFG )
707 #define SMC_ACK_INT(lp, x) SMC_outl( x, lp, INT_STS )
709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
751 #define SMC_SET_RX_CFG(lp, x) SMC_outl( x, lp, RX_CFG )
753 #define SMC_SET_TX_CFG(lp, x) SMC_outl( x, lp, TX_CFG )
755 #define SMC_SET_HW_CFG(lp, x) SMC_outl( x, lp, HW_CFG )
767 #define SMC_SET_GPT_CFG(lp, x) SMC_outl( x, lp, GPT_CFG )
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/net/
H A Dsmc91111.h105 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
108 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
114 SMC_outl((a), __dwo, (p) & ~3); \
117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
132 SMC_outl((a), *(__b2 + __i), r); \
192 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
352 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
354 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
360 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/net/
H A Dsmc91111.h117 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
120 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
126 SMC_outl((a), __dwo, (p) & ~3); \
129 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
144 SMC_outl((a), *(__b2 + __i), r); \
204 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
326 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
328 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
334 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/net/
H A Dsmc91111.h91 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
94 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
109 SMC_outl((a), *(__b2 + __i), r); \
169 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
322 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
324 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
330 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/net/
H A Dsmc91111.h91 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
94 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
109 SMC_outl((a), *(__b2 + __i), r); \
169 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
322 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
324 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
330 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/net/
H A Dsmc91111.h91 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d)
94 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d)
109 SMC_outl((a), *(__b2 + __i), r); \
169 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d))
322 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d)
324 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d)
330 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/net/
H A Dsmc91111.h92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
110 SMC_outl((a), *(__b2 + __i), r); \
170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d)) macro
323 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) macro
325 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) macro
331 SMC_outl((a), *(__b2 + __i), r); \

12345678910>>...12