Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Ducb1x00-core.c215 ucb->adc_cr |= UCB_ADC_ENA; in ucb1x00_adc_enable()
267 ucb->adc_cr &= ~UCB_ADC_ENA; in ucb1x00_adc_disable()
458 ucb1x00_reg_write(ucb, UCB_ADC_CR, UCB_ADC_ENA); in ucb1x00_detect_irq()
459 ucb1x00_reg_write(ucb, UCB_ADC_CR, UCB_ADC_ENA | UCB_ADC_START); in ucb1x00_detect_irq()
/openbmc/linux/include/linux/mfd/
H A Ducb1x00.h91 #define UCB_ADC_ENA (1 << 15) macro