Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.h52 enum halmac_efuse_bank efuse_bank);
Dhalmac_func_88xx.c388 enum halmac_efuse_bank efuse_bank) in halmac_func_switch_efuse_bank_88xx() argument
402 if (efuse_bank == (reg_value & (BIT(0) | BIT(1)))) in halmac_func_switch_efuse_bank_88xx()
406 reg_value |= efuse_bank; in halmac_func_switch_efuse_bank_88xx()
410 (BIT(0) | BIT(1))) != efuse_bank) in halmac_func_switch_efuse_bank_88xx()