Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c328 halmac_func_write_efuse_88xx( in halmac_func_write_efuse_88xx() function
593 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end, pg_efuse_header); 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()
595 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 2, pg_efuse_byte1); in halmac_func_write_logical_efuse_88xx()
596 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 3, pg_efuse_byte2); in halmac_func_write_logical_efuse_88xx()
598 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end, pg_efuse_header); in halmac_func_write_logical_efuse_88xx()
599 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 1, pg_efuse_byte1); in halmac_func_write_logical_efuse_88xx()
600 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end + 2, pg_efuse_byte2); in halmac_func_write_logical_efuse_88xx()
849 status = halmac_func_write_efuse_88xx(pHalmac_adapter, efuse_end, pg_efuse_header); 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()
[all …]
H A Dhalmac_func_88xx.h54 halmac_func_write_efuse_88xx(
H A Dhalmac_api_88xx.c1657 status = halmac_func_write_efuse_88xx(pHalmac_adapter, halmac_offset, halmac_value); in halmac_write_efuse_bt_88xx()