Searched refs:otp_data (Results 1 – 3 of 3) sorted by relevance
213 u8 otp_data[6]; in mmc35240_init() local245 (u8 *)otp_data, sizeof(otp_data)); in mmc35240_init()249 y_convert = MMC35240_OTP_CONVERT_Y(((otp_data[1] & 0x03) << 4) | in mmc35240_init()250 (otp_data[2] >> 4)); in mmc35240_init()251 z_convert = MMC35240_OTP_CONVERT_Z(otp_data[3] & 0x3f); in mmc35240_init()
527 if (!ar->otp_data || !ar->otp_len) { in ath10k_core_get_board_id_from_otp()537 ret = ath10k_bmi_fast_download(ar, address, ar->otp_data, ar->otp_len); in ath10k_core_get_board_id_from_otp()586 if (!ar->otp_data || !ar->otp_len) { in ath10k_download_and_run_otp()588 ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()595 ret = ath10k_bmi_fast_download(ar, address, ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()689 ar->otp_data = NULL; in ath10k_core_free_firmware_files()1000 ar->otp_data = ar->otp->data; in ath10k_core_fetch_firmware_api_1()1127 ar->otp_data = data; in ath10k_core_fetch_firmware_api_n()
684 const void *otp_data; member