Searched refs:RCR (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsmc9194.h80 #define RCR 4 macro
87 /* the normal settings for the RCR register : */
207 #define SMC_DELAY() { inw( ioaddr + RCR );\
208 inw( ioaddr + RCR );\
209 inw( ioaddr + RCR ); }
H A Dsmc9194.c317 outw( RCR_SOFTRESET, ioaddr + RCR );
324 outw( RCR_CLEAR, ioaddr + RCR );
355 /* see the header file for options in TCR/RCR NORMAL*/
357 outw( RCR_NORMAL, ioaddr + RCR );
386 outb( RCR_CLEAR, ioaddr + RCR );
1429 outw( inw(ioaddr + RCR ) | RCR_PROMISC, ioaddr + RCR ); local
1441 outw( inw(ioaddr + RCR ) | RCR_ALMUL, ioaddr + RCR ); local
1450 outw( inw( ioaddr + RCR )
1451 ioaddr + RCR ); local
1458 ioaddr + RCR ); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Drtl8150.c32 #define RCR 0x0130 macro
435 set_registers(dev, RCR, 1, &rcr);
488 async_set_registers(dev, RCR, 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c241 #define RCR 4 macro
250 /* the normal settings for the RCR register : */
1333 mask_bits(0xff00, ioaddr + RCR);
1818 outw(rx_cfg_setting, ioaddr + RCR);
1893 outw(RCR_SOFTRESET, ioaddr + RCR);
1897 outw(RCR_CLEAR, ioaddr + RCR);

Completed in 101 milliseconds