Searched refs:cisbuf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsrom.c | 5683 uint16 *cisbuf = NULL; local 5710 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz))) { 5715 rc = otp_read_region(sih, OTP_SW_RGN, cisbuf, &wsz); 5716 cis = (uint8*)cisbuf; 5718 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &wsz); 5720 cis = (uint8*)(cisbuf + (otp_pcie_hwhdr_sz(sih) / 2)); 5762 if (cisbuf) 5763 MFREE(osh, cisbuf, sz); 6104 uint16 *cisbuf = NULL; local 6180 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz)) == NULL) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsrom.c | 5683 uint16 *cisbuf = NULL; local 5710 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz))) { 5715 rc = otp_read_region(sih, OTP_SW_RGN, cisbuf, &wsz); 5716 cis = (uint8*)cisbuf; 5718 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &wsz); 5720 cis = (uint8*)(cisbuf + (otp_pcie_hwhdr_sz(sih) / 2)); 5762 if (cisbuf) 5763 MFREE(osh, cisbuf, sz); 6104 uint16 *cisbuf = NULL; local 6180 if ((cisbuf = (uint16*)MALLOC_NOPERSIST(osh, sz)) == NULL) [all …]
|