Searched refs:tx_blocks (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/bluetooth/ |
H A D | btmrvl_sdio.c | 488 int txlen = 0, tx_blocks = 0, count = 0; btmrvl_sdio_download_fw_w_helper() local 591 tx_blocks = DIV_ROUND_UP(txlen, blksz_dl); btmrvl_sdio_download_fw_w_helper() 597 tx_blocks * blksz_dl); btmrvl_sdio_download_fw_w_helper()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sdio.c | 905 u32 txlen, tx_blocks = 0, tries; mwifiex_prog_fw_w_helper() local 1004 tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1) mwifiex_prog_fw_w_helper() 1011 ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks * mwifiex_prog_fw_w_helper()
|
H A D | pcie.c | 1874 u32 txlen, tx_blocks = 0, tries, len; mwifiex_prog_fw_w_helper() local 1959 tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) / mwifiex_prog_fw_w_helper() 1967 skb_trim(skb, tx_blocks * card->pcie.blksz_fw_dl); mwifiex_prog_fw_w_helper()
|
Completed in 163 milliseconds