Searched refs:tx_blocks (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmrvl_sdio.c | 581 int txlen = 0, tx_blocks = 0, count = 0; in btmrvl_sdio_download_fw_w_helper() local 684 tx_blocks = DIV_ROUND_UP(txlen, blksz_dl); in btmrvl_sdio_download_fw_w_helper() 690 tx_blocks * blksz_dl); in btmrvl_sdio_download_fw_w_helper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sdio.c | 488 t_u32 txlen = 0, tx_blocks = 0, tries = 0; in wlan_prog_fw_w_helper() local 603 tx_blocks = in wlan_prog_fw_w_helper() 619 mbuf.data_len = tx_blocks * MLAN_SDIO_BLOCK_SIZE_FW_DNLD; in wlan_prog_fw_w_helper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sdio.c | 1407 u32 txlen, tx_blocks = 0, tries; in mwifiex_prog_fw_w_helper() local 1506 tx_blocks = (txlen + MWIFIEX_SDIO_BLOCK_SIZE - 1) in mwifiex_prog_fw_w_helper() 1513 ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks * in mwifiex_prog_fw_w_helper()
|
| H A D | pcie.c | 2294 u32 txlen, tx_blocks = 0, tries, len, val; in mwifiex_prog_fw_w_helper() local 2395 tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) / in mwifiex_prog_fw_w_helper() 2403 skb_trim(skb, tx_blocks * card->pcie.blksz_fw_dl); in mwifiex_prog_fw_w_helper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sdio.c | 985 t_u32 txlen = 0, tx_blocks = 0, tries = 0; in wlan_sdio_prog_fw_w_helper() local 1168 tx_blocks = (txlen + MLAN_SDIO_BLOCK_SIZE_FW_DNLD - 1) / in wlan_sdio_prog_fw_w_helper() 1183 mbuf.data_len = tx_blocks * MLAN_SDIO_BLOCK_SIZE_FW_DNLD; in wlan_sdio_prog_fw_w_helper()
|