Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.h407 #define HOST_INTR_UPLD_RDY MBIT(1) macro
414 (HOST_INTR_DNLD_DONE | HOST_INTR_UPLD_RDY | HOST_INTR_CMD_DONE | \
H A Dmlan_pcie.c64 .host_intr_upld_rdy = HOST_INTR_UPLD_RDY,
103 .host_intr_upld_rdy = HOST_INTR_UPLD_RDY,
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h92 #define HOST_INTR_UPLD_RDY BIT(1) macro
96 HOST_INTR_UPLD_RDY | \
H A Dpcie.c2690 if (pcie_ireg & HOST_INTR_UPLD_RDY) { in mwifiex_process_int_status()