Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Daspeed_adc.c74 int a_bounds_reg = BOUNDS_CHANNEL_0 + (reg - DATA_CHANNEL_1_AND_0) * 2; in breaks_threshold() local
75 int b_bounds_reg = a_bounds_reg + 1; in breaks_threshold()
77 uint32_t a_bounds = s->regs[a_bounds_reg]; in breaks_threshold()