Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dtwl6030.c14 .adc_rbase = GPCH0_LSB,
23 .adc_rbase = TWL6032_GPCH0_LSB,
38 twl->adc_rbase + channel_no * 2, &lsb); in twl6030_gpadc_read_channel()
43 twl->adc_rbase + 1 + channel_no * 2, &msb); in twl6030_gpadc_read_channel()
/openbmc/u-boot/include/
H A Dtwl6030.h181 u8 adc_rbase; member