Searched refs:rtemp8 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | efuse.c | 137 u8 *rtemp8,idx=0; in parser_efuse() local 140 rtemp8 = pbuf; in parser_efuse() 141 if (*rtemp8 == 0x00) { in parser_efuse() 146 idx = (*(rtemp8) >> shift)&0xf; in parser_efuse() 156 rtemp8 ++; in parser_efuse() 157 …SSV_EFUSE_ITEM_TABLE[idx].value = (u16)((u8)(*((u16*)rtemp8)) & ((1<< SSV_EFUSE_ITEM_TABLE[idx].by… in parser_efuse() 161 …SSV_EFUSE_ITEM_TABLE[idx].value = (u16)((u8)(*((u16*)rtemp8) >> 4) & ((1<< SSV_EFUSE_ITEM_TABLE[id… in parser_efuse() 168 rtemp8 ++; in parser_efuse() 169 memcpy(mac_addr,rtemp8,6); in parser_efuse() 175 mac_addr[i] = (u16)(*((u16*)rtemp8) >> 4) & 0xff; in parser_efuse() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_efuse.c | 78 u8 rtemp8; in efuse_phymap_to_logical() local 111 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 112 if (rtemp8 != 0xFF) { in efuse_phymap_to_logical() 116 DBG_88E("EFUSE is empty efuse_Addr-%d efuse_data =%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical() 123 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical() 125 if ((rtemp8 & 0x1F) == 0x0F) { /* extended header */ in efuse_phymap_to_logical() 126 u1temp = (rtemp8 & 0xE0) >> 5; in efuse_phymap_to_logical() 127 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 128 if ((rtemp8 & 0x0F) == 0x0F) { in efuse_phymap_to_logical() 130 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | efuse.c | 199 u8 rtemp8[1]; in read_efuse() local 239 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse() 240 if (*rtemp8 != 0xFF) { in read_efuse() 247 while ((*rtemp8 != 0xFF) && (efuse_addr < efuse_len)) { in read_efuse() 249 if ((*rtemp8 & 0x1F) == 0x0F) {/* extended header */ in read_efuse() 250 u1temp = ((*rtemp8 & 0xE0) >> 5); in read_efuse() 251 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse() 253 if ((*rtemp8 & 0x0F) == 0x0F) { in read_efuse() 255 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse() 257 if (*rtemp8 != 0xFF && in read_efuse() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/ |
| H A D | rtl8188e_hal_init.c | 104 u8 rtemp8; in efuse_phymap_to_logical() local 135 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 136 if (rtemp8 != 0xFF) { in efuse_phymap_to_logical() 141 RTW_INFO("EFUSE is empty efuse_Addr-%d efuse_data=%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical() 149 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical() 153 if ((rtemp8 & 0x1F) == 0x0F) { /* extended header */ in efuse_phymap_to_logical() 154 u1temp = ((rtemp8 & 0xE0) >> 5); in efuse_phymap_to_logical() 159 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() 163 if ((rtemp8 & 0x0F) == 0x0F) { in efuse_phymap_to_logical() 165 rtemp8 = *(phymap + eFuse_Addr); in efuse_phymap_to_logical() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/ |
| H A D | rtl8188e_hal_init.c | 105 u8 rtemp8; in efuse_phymap_to_logical() local 138 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 139 if(rtemp8 != 0xFF) in efuse_phymap_to_logical() 147 DBG_871X("EFUSE is empty efuse_Addr-%d efuse_data=%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical() 155 while((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in efuse_phymap_to_logical() 160 if((rtemp8 & 0x1F ) == 0x0F) //extended header in efuse_phymap_to_logical() 162 u1temp =( (rtemp8 & 0xE0) >> 5); in efuse_phymap_to_logical() 167 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() 171 if((rtemp8 & 0x0F) == 0x0F) in efuse_phymap_to_logical() 174 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical() [all …]
|