Home
last modified time | relevance | path

Searched refs:HOST_INTR_DNLD_DONE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.h405 #define HOST_INTR_DNLD_DONE MBIT(0) macro
414 (HOST_INTR_DNLD_DONE | HOST_INTR_UPLD_RDY | HOST_INTR_CMD_DONE | \
H A Dmlan_pcie.c63 .host_intr_dnld_done = HOST_INTR_DNLD_DONE,
102 .host_intr_dnld_done = HOST_INTR_DNLD_DONE,
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h91 #define HOST_INTR_DNLD_DONE BIT(0) macro
95 #define HOST_INTR_MASK (HOST_INTR_DNLD_DONE | \
H A Dpcie.c2684 if (pcie_ireg & HOST_INTR_DNLD_DONE) { in mwifiex_process_int_status()