Searched refs:BIT_EF_FLAG (Results 1 – 2 of 2) sorted by relevance
234 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()
1066 #define BIT_EF_FLAG BIT(31) macro