Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Daspeed_adc.c77 uint32_t a_bounds = s->regs[a_bounds_reg]; in breaks_threshold() local
81 uint32_t a_lower = ASPEED_ADC_L(a_bounds); in breaks_threshold()
82 uint32_t a_upper = ASPEED_ADC_H(a_bounds); in breaks_threshold()