Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c234 value32 & (~BIT_EF_FLAG)); in halmac_read_hw_efuse_88xx()
246 } while ((tmp32 & BIT_EF_FLAG) == 0); in halmac_read_hw_efuse_88xx()
362 value32 | BIT_EF_FLAG); in halmac_func_write_efuse_88xx()
373 } while ((tmp32 & BIT_EF_FLAG) == BIT_EF_FLAG); in halmac_func_write_efuse_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_bit2.h1066 #define BIT_EF_FLAG BIT(31) macro