Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_boardid.c65 unsigned int data, value1, value0; in get_adc() local
88 value1 = mmio_read_32(HKADC_DSP_RD2_DATA_REG) & 0xffff; in get_adc()
91 data = ((value1 << 4) & HKADC_VALUE_HIGH) | in get_adc()
A Dhikey960_bl_common.c39 unsigned int pmc_value, value1, value2; in bus_idle_clear() local
47 value1 = (unsigned int)mmio_read_32(PMC_NOC_POWER_IDLEACK_REG); in bus_idle_clear()
49 if (((value1 & value) == 0) && ((value2 & value) == 0)) in bus_idle_clear()

Completed in 4 milliseconds