otp_data          210 drivers/iio/magnetometer/mmc35240.c 	u8 otp_data[6];
otp_data          242 drivers/iio/magnetometer/mmc35240.c 			       (u8 *)otp_data, sizeof(otp_data));
otp_data          246 drivers/iio/magnetometer/mmc35240.c 	y_convert = MMC35240_OTP_CONVERT_Y(((otp_data[1] & 0x03) << 4) |
otp_data          247 drivers/iio/magnetometer/mmc35240.c 					   (otp_data[2] >> 4));
otp_data          248 drivers/iio/magnetometer/mmc35240.c 	z_convert = MMC35240_OTP_CONVERT_Z(otp_data[3] & 0x3f);
otp_data          862 drivers/net/wireless/ath/ath10k/core.c 	if (!ar->normal_mode_fw.fw_file.otp_data ||
otp_data          874 drivers/net/wireless/ath/ath10k/core.c 				       ar->normal_mode_fw.fw_file.otp_data,
otp_data         1079 drivers/net/wireless/ath/ath10k/core.c 	ar->normal_mode_fw.fw_file.otp_data = NULL;
otp_data         1486 drivers/net/wireless/ath/ath10k/core.c 	if (!ar->normal_mode_fw.fw_file.otp_data ||
otp_data         1498 drivers/net/wireless/ath/ath10k/core.c 				       ar->normal_mode_fw.fw_file.otp_data,
otp_data         1615 drivers/net/wireless/ath/ath10k/core.c 	if (!ar->running_fw->fw_file.otp_data ||
otp_data         1618 drivers/net/wireless/ath/ath10k/core.c 			    ar->running_fw->fw_file.otp_data,
otp_data         1627 drivers/net/wireless/ath/ath10k/core.c 				       ar->running_fw->fw_file.otp_data,
otp_data         1879 drivers/net/wireless/ath/ath10k/core.c 			fw_file->otp_data = data;
otp_data          889 drivers/net/wireless/ath/ath10k/core.h 	const void *otp_data;
otp_data         2189 drivers/net/wireless/ath/ath10k/debug.c 			 crc32_le(0, ar->normal_mode_fw.fw_file.otp_data,
otp_data          217 drivers/net/wireless/ath/ath10k/testmode.c 	if (!utf_mode_fw->fw_file.otp_data) {
otp_data          219 drivers/net/wireless/ath/ath10k/testmode.c 		utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data;