Searched refs:otp_data (Results 1 – 2 of 2) sorted by relevance
207 u8 otp_data[6]; in mmc35240_init() local239 otp_data, sizeof(otp_data)); in mmc35240_init()243 y_convert = MMC35240_OTP_CONVERT_Y(((otp_data[1] & 0x03) << 4) | in mmc35240_init()244 (otp_data[2] >> 4)); in mmc35240_init()245 z_convert = MMC35240_OTP_CONVERT_Z(otp_data[3] & 0x3f); in mmc35240_init()
2184 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data, in ath10k_debug_fw_checksums_read()