Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sdio.c570 *pport = CTRL_PORT; in wlan_get_rd_port()
634 if ((!new_mode) && (*pport == CTRL_PORT)) { in wlan_get_wr_port_data()
1625 if (!new_mode && (port == CTRL_PORT)) { in wlan_sdio_card_to_host_mp_aggr()
1719 ((port == CTRL_PORT) && ((pkt_type != MLAN_TYPE_EVENT) && in wlan_sdio_card_to_host_mp_aggr()
1728 if (new_mode || (port != CTRL_PORT)) { in wlan_sdio_card_to_host_mp_aggr()
1740 if (new_mode || (port != CTRL_PORT)) in wlan_sdio_card_to_host_mp_aggr()
2870 if (!new_mode && (port == CTRL_PORT)) in wlan_process_sdio_int_status()
2893 if ((!new_mode) && (port == CTRL_PORT)) in wlan_process_sdio_int_status()
2998 (t_u32)(~(1 << CTRL_PORT)); in wlan_sdio_host_to_card()
3010 cmd53_port = pmadapter->pcard_sd->ioport + CTRL_PORT; in wlan_sdio_host_to_card()
H A Dmlan_sdio.h134 #define CTRL_PORT 0 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1142 *port = CTRL_PORT; in mwifiex_get_rd_port()
1197 if ((card->has_control_mask) && (*port == CTRL_PORT)) { in mwifiex_get_wr_port_data()
1714 if ((card->has_control_mask) && (port == CTRL_PORT)) { in mwifiex_sdio_card_to_host_mp_aggr()
1943 u8 port = CTRL_PORT; in mwifiex_process_int_status()
2147 (card->has_control_mask && (port == CTRL_PORT)) || in mwifiex_host_to_card_mp_aggr()
2301 u32 port = CTRL_PORT; in mwifiex_sdio_host_to_card()
H A Dsdio.h56 #define CTRL_PORT 0 macro