Searched refs:efuse_read_header (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/ |
| H A D | halmac_func_88xx.c | 417 u8 efuse_read_header, efuse_read_header2 = 0; in halmac_eeprom_parser_88xx() local 429 efuse_read_header = value8; in halmac_eeprom_parser_88xx() 431 if ((efuse_read_header & 0x1f) == 0x0f) { in halmac_eeprom_parser_88xx() 435 block_index = ((efuse_read_header2 & 0xF0) >> 1) | ((efuse_read_header >> 5) & 0x07); in halmac_eeprom_parser_88xx() 438 block_index = (efuse_read_header & 0xF0) >> 4; in halmac_eeprom_parser_88xx() 439 word_enable = efuse_read_header & 0x0F; in halmac_eeprom_parser_88xx() 442 if (efuse_read_header == 0xff) in halmac_eeprom_parser_88xx() 457 if ((efuse_read_header & 0x1f) == 0x0f) in halmac_eeprom_parser_88xx() 458 …C_MSG_EFUSE, HALMAC_DBG_ERR, "Error: EEPROM header: 0x%X, 0x%X,\n", efuse_read_header, efuse_read_… in halmac_eeprom_parser_88xx() 460 …ver_adapter, HALMAC_MSG_EFUSE, HALMAC_DBG_ERR, "Error: EEPROM header: 0x%X,\n", efuse_read_header); in halmac_eeprom_parser_88xx()
|