Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/
H A Dtwl6030.c15 .adc_rbase = GPCH0_LSB,
24 .adc_rbase = TWL6032_GPCH0_LSB,
39 twl->adc_rbase + channel_no * 2, &lsb); in twl6030_gpadc_read_channel()
44 twl->adc_rbase + 1 + channel_no * 2, &msb); in twl6030_gpadc_read_channel()
/OK3568_Linux_fs/u-boot/include/
H A Dtwl6030.h182 u8 adc_rbase; member