HomeSort by: relevance | last modified time | path
    Searched defs:pwr_status_r (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/evbarm/stand/bootimx23/
bootimx23.c 61 volatile uint32_t *pwr_status_r; local in function:_start
67 pwr_status_r = (uint32_t *)(HW_POWER_BASE + HW_POWER_STS);
76 if (*pwr_status_r & HW_POWER_STS_VDD5V_GT_VDDIO)
86 (uint8_t) __SHIFTOUT(*pwr_status_r, HW_POWER_STS_PWRUP_SOURCE);

Completed in 11 milliseconds