Searched refs:if_cs_poll_while_fw_download (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_cs.c | 161 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 628 ret = if_cs_poll_while_fw_download(card, IF_CS_CARD_STATUS, in if_cs_prog_helper() 656 ret = if_cs_poll_while_fw_download(card, IF_CS_SQ_READ_LOW, in if_cs_prog_real() 690 ret = if_cs_poll_while_fw_download(card, IF_CS_CARD_STATUS, in if_cs_prog_real() 698 ret = if_cs_poll_while_fw_download(card, IF_CS_SCRATCH, 0x5a); in if_cs_prog_real()
|