Searched refs:IPROC_INTERRUPT_STATUS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dbcm_iproc_adc.c23 #define IPROC_INTERRUPT_STATUS 0x10 macro
46 /* Bit definitions for IPROC_INTERRUPT_MASK and IPROC_INTERRUPT_STATUS */
127 iproc_adc_dbg_reg(dev, adc_priv, IPROC_INTERRUPT_STATUS);
148 regmap_read(adc_priv->regmap, IPROC_INTERRUPT_STATUS, &intr_status);
172 regmap_read(adc_priv->regmap, IPROC_INTERRUPT_STATUS, &intr_status);
216 regmap_write(adc_priv->regmap, IPROC_INTERRUPT_STATUS,
246 regmap_update_bits(adc_priv->regmap, IPROC_INTERRUPT_STATUS,
341 regmap_update_bits(adc_priv->regmap, IPROC_INTERRUPT_STATUS,

Completed in 111 milliseconds