Searched refs:otp_dump (Results 1 – 3 of 3) sorted by relevance
10326 uint16 *otp_dump; in dhdpcie_sromotp_customvar() local10453 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()
10317 uint16 *otp_dump; in dhdpcie_sromotp_customvar() local10444 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()