Searched refs:mp_rd_bitmap (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1161 u32 rd_bitmap = card->mp_rd_bitmap;
1164 "data: mp_rd_bitmap=0x%08x\n", rd_bitmap);
1175 (card->mp_rd_bitmap & CTRL_PORT_MASK)) {
1176 card->mp_rd_bitmap &= (u32) (~CTRL_PORT_MASK);
1179 "data: port=%d mp_rd_bitmap=0x%08x\n",
1180 *port, card->mp_rd_bitmap);
1184 if (!(card->mp_rd_bitmap & (1 << card->curr_rd_port)))
1188 card->mp_rd_bitmap &= (u32)(~(1 << card->curr_rd_port));
1195 "data: port=%d mp_rd_bitmap=0x%08x -> 0x%08x\n",
1196 *port, rd_bitmap, card->mp_rd_bitmap);
[all...]
H A Dsdio.h242 u32 mp_rd_bitmap; member in struct:sdio_mmc_card
H A Dmain.c1159 sdio_card->mp_rd_bitmap, sdio_card->curr_rd_port);

Completed in 220 milliseconds