Home
last modified time | relevance | path

Searched refs:MEMBLOCK (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c78 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
1718 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
1720 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
1724 memptr_tmp = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
1726 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
1740 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) { in dhdpcie_download_code_file()
1759 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
1767 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
1776 offset += MEMBLOCK; in dhdpcie_download_code_file()
1788 MFREE(bus->dhd->osh, memblock, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
[all …]
H A Ddhd_sdio.c117 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
4175 read_size = MIN(MEMBLOCK, size); in dhdsdio_mem_dump()
9234 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
9247 (uint8 *) (dlarray + offset), MEMBLOCK); in dhdsdio_download_code_array()
9250 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
9254 offset += MEMBLOCK; in dhdsdio_download_code_array()
9274 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
9275 bcmerror = dhdsdio_membytes(bus, FALSE, offset, ularray + offset, MEMBLOCK); in dhdsdio_download_code_array()
9278 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
9282 offset += MEMBLOCK; in dhdsdio_download_code_array()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c109 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
4050 memptr_tmp = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4052 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
4059 len = MIN(residual_len, MEMBLOCK); in dhdpcie_download_code_file()
4075 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
4083 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
4094 offset += MEMBLOCK; in dhdpcie_download_code_file()
4108 MFREE(bus->dhd->osh, memptr_tmp, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4200 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4202 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
[all …]
H A Ddhd_sdio.c127 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
4351 read_size = MIN(MEMBLOCK, size); in dhdsdio_get_mem_dump()
10195 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
10208 (uint8 *) (dlarray + offset), MEMBLOCK); in dhdsdio_download_code_array()
10211 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
10215 offset += MEMBLOCK; in dhdsdio_download_code_array()
10235 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
10236 bcmerror = dhdsdio_membytes(bus, FALSE, offset, ularray + offset, MEMBLOCK); in dhdsdio_download_code_array()
10239 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
10243 offset += MEMBLOCK; in dhdsdio_download_code_array()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c109 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
4043 memptr_tmp = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4045 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
4052 len = MIN(residual_len, MEMBLOCK); in dhdpcie_download_code_file()
4068 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
4076 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
4087 offset += MEMBLOCK; in dhdpcie_download_code_file()
4101 MFREE(bus->dhd->osh, memptr_tmp, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4193 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4195 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
[all …]
H A Ddhd_sdio.c126 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
4340 read_size = MIN(MEMBLOCK, size); in dhdsdio_get_mem_dump()
10180 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
10193 (uint8 *) (dlarray + offset), MEMBLOCK); in dhdsdio_download_code_array()
10196 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
10200 offset += MEMBLOCK; in dhdsdio_download_code_array()
10220 while ((offset + MEMBLOCK) < sizeof(dlarray)) { in dhdsdio_download_code_array()
10221 bcmerror = dhdsdio_membytes(bus, FALSE, offset, ularray + offset, MEMBLOCK); in dhdsdio_download_code_array()
10224 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdsdio_download_code_array()
10228 offset += MEMBLOCK; in dhdsdio_download_code_array()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c95 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3092 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3094 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
3106 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) { in dhdpcie_download_code_file()
3143 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
3146 offset += MEMBLOCK; in dhdpcie_download_code_file()
3161 MFREE(bus->dhd->osh, memblock, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3849 read_size = MIN(MEMBLOCK, size); in dhdpcie_mem_dump_bugcheck()
3899 read_size = MIN(MEMBLOCK, size); in dhdpcie_get_mem_dump()
12885 read_buf = MALLOCZ(bus->dhd->osh, MEMBLOCK); in dhd_bus_tcm_test()
[all …]
H A Ddhd_sdio.c124 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3994 read_size = MIN(MEMBLOCK, size); in dhdsdio_get_mem_dump()
9569 uint memblock_size = MEMBLOCK;
9685 uint memblock_size = MEMBLOCK;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c95 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3084 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3086 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
3098 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) { in dhdpcie_download_code_file()
3135 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
3138 offset += MEMBLOCK; in dhdpcie_download_code_file()
3153 MFREE(bus->dhd->osh, memblock, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3841 read_size = MIN(MEMBLOCK, size); in dhdpcie_mem_dump_bugcheck()
3891 read_size = MIN(MEMBLOCK, size); in dhdpcie_get_mem_dump()
12876 read_buf = MALLOCZ(bus->dhd->osh, MEMBLOCK); in dhd_bus_tcm_test()
[all …]
H A Ddhd_sdio.c116 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3897 read_size = MIN(MEMBLOCK, size); in dhdsdio_get_mem_dump()
9475 uint memblock_size = MEMBLOCK;
9591 uint memblock_size = MEMBLOCK;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c95 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3084 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3086 DHD_ERROR(("%s: Failed to allocate memory %d bytes\n", __FUNCTION__, MEMBLOCK)); in dhdpcie_download_code_file()
3098 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) { in dhdpcie_download_code_file()
3135 __FUNCTION__, bcmerror, MEMBLOCK, offset)); in dhdpcie_download_code_file()
3138 offset += MEMBLOCK; in dhdpcie_download_code_file()
3153 MFREE(bus->dhd->osh, memblock, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
3841 read_size = MIN(MEMBLOCK, size); in dhdpcie_mem_dump_bugcheck()
3891 read_size = MIN(MEMBLOCK, size); in dhdpcie_get_mem_dump()
12876 read_buf = MALLOCZ(bus->dhd->osh, MEMBLOCK); in dhd_bus_tcm_test()
[all …]
H A Ddhd_sdio.c116 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
3901 read_size = MIN(MEMBLOCK, size); in dhdsdio_get_mem_dump()
9479 uint memblock_size = MEMBLOCK;
9595 uint memblock_size = MEMBLOCK;
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c131 #define MEMBLOCK 2048 /* Block size used for downloading macro
3296 ram_cmp = kmalloc(MEMBLOCK, GFP_KERNEL); in brcmf_sdio_verifymemory()
3304 len = ((offset + MEMBLOCK) < ram_sz) ? MEMBLOCK : in brcmf_sdio_verifymemory()
3602 len = ((offset + MEMBLOCK) < mem_size) ? MEMBLOCK : in brcmf_sdio_bus_get_memdump()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS11335 MEMBLOCK