Home
last modified time | relevance | path

Searched refs:pg_efuse_header2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c550 u8 pg_efuse_header, pg_efuse_header2; in halmac_func_write_logical_efuse_88xx() local
579 pg_efuse_header2 = (u8)(((pg_block & 0x78) << 1) + ((0x1 << pg_block_index) ^ 0x0F)); in halmac_func_write_logical_efuse_88xx()
594 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 1, pg_efuse_header2); in halmac_func_write_logical_efuse_88xx()
750 u8 pg_efuse_header, pg_efuse_header2; in halmac_check_efuse_enough_88xx() local
774 pg_efuse_header2 = (u8)(((pg_block & 0x78) << 1) + word_enb); in halmac_check_efuse_enough_88xx()
818 u8 pg_efuse_header, pg_efuse_header2; in halmac_program_efuse_88xx() local
843 pg_efuse_header2 = (u8)(((pg_block & 0x78) << 1) + word_enb); in halmac_program_efuse_88xx()
850 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 1, pg_efuse_header2); in halmac_program_efuse_88xx()