Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/ !
Dsdio.c1150 *port = CTRL_PORT; in mwifiex_get_rd_port()
1205 if ((card->has_control_mask) && (*port == CTRL_PORT)) { in mwifiex_get_wr_port_data()
1722 if ((card->has_control_mask) && (port == CTRL_PORT)) { in mwifiex_sdio_card_to_host_mp_aggr()
1951 u8 port = CTRL_PORT; in mwifiex_process_int_status()
2155 (card->has_control_mask && (port == CTRL_PORT)) || in mwifiex_host_to_card_mp_aggr()
2309 u32 port = CTRL_PORT; in mwifiex_sdio_host_to_card()
Dsdio.h55 #define CTRL_PORT 0 macro