Searched refs:B_BE_WL_XTAL_SI_CMD_POLL (Results 1 – 2 of 2) sorted by relevance
386 B_BE_WL_XTAL_SI_CMD_POLL; in rtw89_mac_write_xtal_si_be()389 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_BE_WL_XTAL_SI_CMD_POLL), in rtw89_mac_write_xtal_si_be()411 B_BE_WL_XTAL_SI_CMD_POLL; in rtw89_mac_read_xtal_si_be()414 ret = read_poll_timeout(rtw89_read32, val32, !(val32 & B_BE_WL_XTAL_SI_CMD_POLL), in rtw89_mac_read_xtal_si_be()
4387 #define B_BE_WL_XTAL_SI_CMD_POLL BIT(31) macro