Home
last modified time | relevance | path

Searched refs:tx_blocks (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_sdio.c568 int txlen = 0, tx_blocks = 0, count = 0; in btmrvl_sdio_download_fw_w_helper() local
671 tx_blocks = DIV_ROUND_UP(txlen, blksz_dl); in btmrvl_sdio_download_fw_w_helper()
677 tx_blocks * blksz_dl); in btmrvl_sdio_download_fw_w_helper()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1443 u32 txlen, tx_blocks = 0, tries; in mwifiex_prog_fw_w_helper() local
1542 tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1) in mwifiex_prog_fw_w_helper()
1549 ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks * in mwifiex_prog_fw_w_helper()
H A Dpcie.c2301 u32 txlen, tx_blocks = 0, tries, len, val; in mwifiex_prog_fw_w_helper() local
2402 tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) / in mwifiex_prog_fw_w_helper()
2410 skb_trim(skb, tx_blocks * card->pcie.blksz_fw_dl); in mwifiex_prog_fw_w_helper()