Home
last modified time | relevance | path

Searched refs:otp_dump (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c10326 uint16 *otp_dump; in dhdpcie_sromotp_customvar() local
10453 otp_dump = kzalloc(dump_size*2, GFP_KERNEL); in dhdpcie_sromotp_customvar()
10454 if (otp_dump == NULL) { in dhdpcie_sromotp_customvar()
10464 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10468 cis = (uint8 *)otp_dump + CISTPL_OFFSET; in dhdpcie_sromotp_customvar()
10507 if (otp_dump) { in dhdpcie_sromotp_customvar()
10508 kfree(otp_dump); in dhdpcie_sromotp_customvar()
10509 otp_dump = NULL; in dhdpcie_sromotp_customvar()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c10317 uint16 *otp_dump; in dhdpcie_sromotp_customvar() local
10444 otp_dump = kzalloc(dump_size*2, GFP_KERNEL); in dhdpcie_sromotp_customvar()
10445 if (otp_dump == NULL) { in dhdpcie_sromotp_customvar()
10455 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10459 cis = (uint8 *)otp_dump + CISTPL_OFFSET; in dhdpcie_sromotp_customvar()
10498 if (otp_dump) { in dhdpcie_sromotp_customvar()
10499 kfree(otp_dump); in dhdpcie_sromotp_customvar()
10500 otp_dump = NULL; in dhdpcie_sromotp_customvar()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c10317 uint16 *otp_dump; in dhdpcie_sromotp_customvar() local
10444 otp_dump = kzalloc(dump_size*2, GFP_KERNEL); in dhdpcie_sromotp_customvar()
10445 if (otp_dump == NULL) { in dhdpcie_sromotp_customvar()
10455 *(otp_dump + dump_offset) = *(nvm_shadow + dump_offset); in dhdpcie_sromotp_customvar()
10459 cis = (uint8 *)otp_dump + CISTPL_OFFSET; in dhdpcie_sromotp_customvar()
10498 if (otp_dump) { in dhdpcie_sromotp_customvar()
10499 kfree(otp_dump); in dhdpcie_sromotp_customvar()
10500 otp_dump = NULL; in dhdpcie_sromotp_customvar()