Searched refs:tmp_u1b (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c591 u8 tmp_u1b; local
619 tmp_u1b = rtl_read_byte(rtlpriv, 0x605);
620 tmp_u1b = tmp_u1b | 0x30;
621 rtl_write_byte(rtlpriv, 0x605, tmp_u1b);
627 tmp_u1b = rtl_read_byte(rtlpriv, 0x4d0);
628 tmp_u1b = tmp_u1b | 0x1f;
629 rtl_write_byte(rtlpriv, 0x4d0, tmp_u1b);
633 tmp_u1b
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c1335 u8 tmp_u1b; local
1346 tmp_u1b = rtl_read_byte(rtlpriv, REG_CR);
1347 if (tmp_u1b != 0 && tmp_u1b != 0xea) {
1370 tmp_u1b = rtl_read_byte(rtlpriv, REG_SYS_CFG);
1371 rtl_write_byte(rtlpriv, REG_SYS_CFG, tmp_u1b & 0x7F);
1435 tmp_u1b = rtl_read_byte(rtlpriv, REG_RXDMA_CONTROL);
1436 if (tmp_u1b & BIT(2)) {
1438 tmp_u1b &= (~BIT(2));
1439 rtl_write_byte(rtlpriv, REG_RXDMA_CONTROL, tmp_u1b);
2247 u8 tmp_u1b; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1042 u8 tmp_u1b, u1byte; local
1059 tmp_u1b = rtl_read_byte(rtlpriv, REG_SYS_CLKR+1);
1061 if ((tmp_u1b & BIT(3)) && (u1byte != 0 && u1byte != 0xEA)) {
1146 tmp_u1b = efuse_read_1byte(hw, 0x1FA);
1147 if (!(tmp_u1b & BIT(0))) {
1152 if (!(tmp_u1b & BIT(4))) {
1153 tmp_u1b = rtl_read_byte(rtlpriv, 0x16);
1154 tmp_u1b &= 0x0F;
1155 rtl_write_byte(rtlpriv, 0x16, tmp_u1b | 0x80);
1157 rtl_write_byte(rtlpriv, 0x16, tmp_u1b |
1935 u8 tmp_u1b; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c918 u8 tmp_u1b; local
1008 tmp_u1b = efuse_read_1byte(hw, 0x1FA);
1009 if (!(tmp_u1b & BIT(0))) {
1014 if (!(tmp_u1b & BIT(1)) && is92c) {
1019 if (!(tmp_u1b & BIT(4))) {
1020 tmp_u1b = rtl_read_byte(rtlpriv, 0x16);
1021 tmp_u1b &= 0x0F;
1022 rtl_write_byte(rtlpriv, 0x16, tmp_u1b | 0x80);
1024 rtl_write_byte(rtlpriv, 0x16, tmp_u1b | 0x90);
1731 u8 tmp_u1b; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c915 u8 tmp_u1b; local
1004 tmp_u1b = efuse_read_1byte(hw, 0x1FA);
1005 if (!(tmp_u1b & BIT(0))) {
1010 if (!(tmp_u1b & BIT(4))) {
1011 tmp_u1b = rtl_read_byte(rtlpriv, 0x16);
1012 tmp_u1b &= 0x0F;
1013 rtl_write_byte(rtlpriv, 0x16, tmp_u1b | 0x80);
1015 rtl_write_byte(rtlpriv, 0x16, tmp_u1b | 0x90);
1789 u8 tmp_u1b; local
1806 tmp_u1b
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c1281 u8 tmp_u1b, u1byte; local
1288 tmp_u1b = rtl_read_byte(rtlpriv, REG_SYS_CLKR+1);
1290 if ((tmp_u1b & BIT(3)) && (u1byte != 0 && u1byte != 0xEA)) {
1400 efuse_one_byte_read(hw, 0x1FA, &tmp_u1b);
1401 if (!(tmp_u1b & BIT(0))) {
1406 if ((!(tmp_u1b & BIT(1))) && (rtlphy->rf_type == RF_2T2R)) {
2184 u8 tmp_u1b; local
2195 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR);
2196 if (tmp_u1b & BIT(4)) {
2203 if (tmp_u1b
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c747 u8 tmp_u1b; local
750 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR);
751 rtlefuse->autoload_status = tmp_u1b;
752 if (tmp_u1b & BIT(4)) {
759 if (tmp_u1b & BIT(5)) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c1849 u8 tmp_u1b; local
1860 tmp_u1b = rtl_read_byte(rtlpriv, REG_CR);
1861 if (tmp_u1b != 0 && tmp_u1b != 0xEA) {
1902 tmp_u1b = rtl_read_byte(rtlpriv, REG_SYS_CFG);
1903 tmp_u1b &= 0x7F;
1904 rtl_write_byte(rtlpriv, REG_SYS_CFG, tmp_u1b);
1975 tmp_u1b = rtl_read_byte(rtlpriv, REG_RXDMA_CONTROL);
1976 if (tmp_u1b & BIT(2)) {
1978 tmp_u1b
3217 u8 tmp_u1b; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c929 u8 tmp_u1b; local
1052 tmp_u1b = rtl_read_byte(rtlpriv, MAC_PINMUX_CFG);
1053 rtl_write_byte(rtlpriv, MAC_PINMUX_CFG, tmp_u1b & (~BIT(3)));
1975 u8 tmp_u1b = 0; local
1977 tmp_u1b = rtl_read_byte(rtlpriv, EPROM_CMD);
1979 if (tmp_u1b & BIT(4)) {
1987 if (tmp_u1b & BIT(5)) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c399 u8 tmp_u1b; local
403 tmp_u1b = rtl_read_byte(rtlpriv, REG_9346CR);
404 rtlefuse->epromtype = (tmp_u1b & BOOT_FROM_EEPROM) ?
407 tmp_u1b & BOOT_FROM_EEPROM ? "EERROM" : "EFUSE");
408 rtlefuse->autoload_failflag = (tmp_u1b & EEPROM_EN) ? false : true;
410 tmp_u1b & EEPROM_EN ? "OK!!" : "ERR!!");
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c206 u16 tmp_u1b = 0; local
224 pcie_capability_read_word(rtlpci->pdev, PCI_EXP_LNKCTL, &tmp_u1b);

Completed in 258 milliseconds