Searched refs:rtemp8 (Results 1 – 2 of 2) sorted by relevance
98 u8 rtemp8; in efuse_phymap_to_logical() local127 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()128 if (rtemp8 != 0xFF) { in efuse_phymap_to_logical()132 DBG_88E("EFUSE is empty efuse_Addr-%d efuse_data =%x\n", eFuse_Addr, rtemp8); in efuse_phymap_to_logical()139 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical()141 if ((rtemp8 & 0x1F) == 0x0F) { /* extended header */ in efuse_phymap_to_logical()142 u1temp = (rtemp8 & 0xE0) >> 5; in efuse_phymap_to_logical()143 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()144 if ((rtemp8 & 0x0F) == 0x0F) { in efuse_phymap_to_logical()146 rtemp8 = *(phymap+eFuse_Addr); in efuse_phymap_to_logical()[all …]
232 u8 rtemp8[1]; in read_efuse() local272 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse()273 if (*rtemp8 != 0xFF) { in read_efuse()280 while ((*rtemp8 != 0xFF) && (efuse_addr < efuse_len)) { in read_efuse()282 if ((*rtemp8 & 0x1F) == 0x0F) {/* extended header */ in read_efuse()283 u1temp = ((*rtemp8 & 0xE0) >> 5); in read_efuse()284 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse()286 if ((*rtemp8 & 0x0F) == 0x0F) { in read_efuse()288 read_efuse_byte(hw, efuse_addr, rtemp8); in read_efuse()290 if (*rtemp8 != 0xFF && in read_efuse()[all …]