Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c564 u8 pg_block, pg_block_index; in halmac_func_write_logical_efuse_88xx() local
589 pg_block = (u8)(offset >> 3); in halmac_func_write_logical_efuse_88xx()
594 (((pg_block & 0x07) << 5) & 0xE0) | 0x0F; in halmac_func_write_logical_efuse_88xx()
596 (u8)(((pg_block & 0x78) << 1) + in halmac_func_write_logical_efuse_88xx()
600 (u8)((pg_block << 4) + in halmac_func_write_logical_efuse_88xx()
826 u8 pg_block; in halmac_check_efuse_enough_88xx() local
845 pg_block = (u8)(tmp_eeprom_offset >> 3); in halmac_check_efuse_enough_88xx()
850 (((pg_block & 0x07) << 5) & 0xE0) | in halmac_check_efuse_enough_88xx()
853 ((pg_block & 0x78) << 1) + word_enb); in halmac_check_efuse_enough_88xx()
856 (u8)((pg_block << 4) + word_enb); in halmac_check_efuse_enough_88xx()
[all …]