Home
last modified time | relevance | path

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

/openbmc/qemu/hw/adc/
H A Daspeed_adc.c35 #define ASPEED_ADC_L(x) ((x) & ASPEED_ADC_L_MASK) macro
79 uint32_t a = ASPEED_ADC_L(a_and_b); in breaks_threshold()
81 uint32_t a_lower = ASPEED_ADC_L(a_bounds); in breaks_threshold()
83 uint32_t b_lower = ASPEED_ADC_L(b_bounds); in breaks_threshold()