Searched refs:if_cs_poll_while_fw_download (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | if_cs.c | 174 static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 reg) in if_cs_poll_while_fw_download() function 641 ret = if_cs_poll_while_fw_download(card, IF_CS_CARD_STATUS, in if_cs_prog_helper() 669 ret = if_cs_poll_while_fw_download(card, IF_CS_SQ_READ_LOW, in if_cs_prog_real() 703 ret = if_cs_poll_while_fw_download(card, IF_CS_CARD_STATUS, in if_cs_prog_real() 711 ret = if_cs_poll_while_fw_download(card, IF_CS_SCRATCH, 0x5a); in if_cs_prog_real()
|