Searched refs:ARFR (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8187se/ |
D | r8180_dm.c | 1040 write_nic_word(dev, ARFR, 0x0F8F); //bypass 12/9/6 1046 write_nic_word(dev, ARFR, 0x0FFF); //set 1M ~ 54Mbps. 1110 write_nic_word(dev, ARFR, 0x0F8F); //bypass 12/9/6 1116 write_nic_word(dev, ARFR, 0x0FFF); //set 1M ~ 54Mbps.
|
D | r8180_hw.h | 835 #define ARFR 0x1E0 // Auto Rate Fallback Register (0x1e0 ~ 0x1e2) macro
|
D | r8185b_init.c | 2009 PlatformIOWrite2Byte(dev, ARFR, 0x0fff); // set 1M ~ 54M in HwConfigureRTL8185() 2013 PlatformIOWrite2Byte(dev, ARFR, 0x0fff); //set 1M ~ 54Mbps. in HwConfigureRTL8185() 2015 PlatformIOWrite2Byte(dev, ARFR, 0x0c00); //set 48Mbps, 54Mbps. in HwConfigureRTL8185()
|