Searched refs:readback_buf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 10734 uint8 *readback_buf = NULL; in dhdpcie_download_rtlv() local 10779 readback_buf = (uint8*)MALLOC(bus->dhd->osh, dest_size); in dhdpcie_download_rtlv() 10780 if (!readback_buf) { in dhdpcie_download_rtlv() 10784 memset(readback_buf, 0xaa, dest_size); in dhdpcie_download_rtlv() 10785 bcmerror = dhdpcie_bus_membytes(bus, FALSE, dest_addr, readback_buf, dest_size); in dhdpcie_download_rtlv() 10791 if (memcmp(value, readback_buf, dest_size) != 0) { in dhdpcie_download_rtlv() 10833 if (readback_buf) { in dhdpcie_download_rtlv() 10834 MFREE(bus->dhd->osh, readback_buf, dest_size); in dhdpcie_download_rtlv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 10727 uint8 *readback_buf = NULL; in dhdpcie_download_rtlv() local 10772 readback_buf = (uint8*)MALLOC(bus->dhd->osh, dest_size); in dhdpcie_download_rtlv() 10773 if (!readback_buf) { in dhdpcie_download_rtlv() 10777 memset(readback_buf, 0xaa, dest_size); in dhdpcie_download_rtlv() 10778 bcmerror = dhdpcie_bus_membytes(bus, FALSE, dest_addr, readback_buf, dest_size); in dhdpcie_download_rtlv() 10784 if (memcmp(value, readback_buf, dest_size) != 0) { in dhdpcie_download_rtlv() 10826 if (readback_buf) { in dhdpcie_download_rtlv() 10827 MFREE(bus->dhd->osh, readback_buf, dest_size); in dhdpcie_download_rtlv()
|