Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.h411 #define HOST_INTR_EVENT_RDY MBIT(3) macro
415 HOST_INTR_EVENT_RDY)
H A Dmlan_pcie.c66 .host_intr_event_rdy = HOST_INTR_EVENT_RDY,
105 .host_intr_event_rdy = HOST_INTR_EVENT_RDY,
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h94 #define HOST_INTR_EVENT_RDY BIT(3) macro
98 HOST_INTR_EVENT_RDY)
H A Dpcie.c2696 if (pcie_ireg & HOST_INTR_EVENT_RDY) { in mwifiex_process_int_status()