Home
last modified time | relevance | path

Searched refs:status_low (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c259 u8 status_low, status_high, ctl; in adc_tm5_isr() local
262 ret = adc_tm5_read(chip, ADC_TM5_STATUS_LOW, &status_low, sizeof(status_low)); in adc_tm5_isr()
291 lower_set = (status_low & BIT(ch)) && in adc_tm5_isr()
308 u8 status_low, status_high; in adc_tm5_gen2_isr() local
311 ret = adc_tm5_read(chip, ADC_TM_GEN2_STATUS_LOW_CLR, &status_low, sizeof(status_low)); in adc_tm5_gen2_isr()
323 ret = adc_tm5_write(chip, ADC_TM_GEN2_STATUS_LOW_CLR, &status_low, sizeof(status_low)); in adc_tm5_gen2_isr()
346 lower_set = (status_low & BIT(ch)) && in adc_tm5_gen2_isr()
/linux/sound/soc/img/
H A Dimg-spdif-out.c96 u32 ctl, status_low, status_high; in img_spdif_out_reset() local
100 status_low = img_spdif_out_readl(spdif, IMG_SPDIF_OUT_CSL); in img_spdif_out_reset()
107 img_spdif_out_writel(spdif, status_low, IMG_SPDIF_OUT_CSL); in img_spdif_out_reset()