Searched refs:mwx_poll (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_mwx.c | 519 mwx_poll(struct mwx_softc *sc, uint32_t reg, uint32_t val, uint32_t mask, in mwx_poll() function 2558 return mwx_poll(sc, MT_WFDMA0_GLO_CFG, 0, in mt7921_dma_disable() 2618 if (mwx_poll(sc, MT_CONN_ON_LPCTL, PCIE_LPCR_HOST_OWN_SYNC, in mt7921_e_mcu_fw_pmctrl() 2638 if (mwx_poll(sc, MT_CONN_ON_LPCTL, 0, in mt7921_e_mcu_drv_pmctrl() 2660 return mwx_poll(sc, MT_WFSYS_SW_RST_B, WFSYS_SW_INIT_DONE, in mt7921_wfsys_reset() 2794 if (mwx_poll(sc, MT_TOP_LPCR_HOST_BAND0, 0, MT_TOP_LPCR_HOST_FW_OWN, in mt7921_mcu_init() 2992 if (mwx_poll(sc, MT_CONN_ON_MISC, MT_TOP_MISC2_FW_N9_RDY, in mt7921_load_firmware() 3014 return mwx_poll(sc, MT_WTBL_UPDATE, 0, MT_WTBL_UPDATE_BUSY, 5000); in mt7921_mac_wtbl_update()
|