Home
last modified time | relevance | path

Searched refs:CNTRLREG_POWERDOWN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h102 #define CNTRLREG_POWERDOWN BIT(4) macro
/openbmc/linux/drivers/iio/adc/
H A Dti_am335x_adc.c712 tiadc_writel(adc_dev, REG_CTRL, idle | CNTRLREG_POWERDOWN); in tiadc_suspend()
725 restore &= ~CNTRLREG_POWERDOWN; in tiadc_resume()
/openbmc/linux/drivers/mfd/
H A Dti_am335x_tscadc.c327 ctrl &= ~(CNTRLREG_POWERDOWN); in tscadc_suspend()