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

  /src/sys/arch/arm/amlogic/
meson_platform.c 348 uint32_t pwr_sts, pwr_cntl0, pwr_cntl1, cpuclk, mempd0; local in function:cpu_enable_meson8b
358 pwr_sts = bus_space_read_4(bst, scu_bsh, SCU_CPU_PWR_STS);
359 pwr_sts &= ~(3 << (8 * cpuno));
360 bus_space_write_4(bst, scu_bsh, SCU_CPU_PWR_STS, pwr_sts);
meson_platform.c 348 uint32_t pwr_sts, pwr_cntl0, pwr_cntl1, cpuclk, mempd0; local in function:cpu_enable_meson8b
358 pwr_sts = bus_space_read_4(bst, scu_bsh, SCU_CPU_PWR_STS);
359 pwr_sts &= ~(3 << (8 * cpuno));
360 bus_space_write_4(bst, scu_bsh, SCU_CPU_PWR_STS, pwr_sts);
meson_platform.c 348 uint32_t pwr_sts, pwr_cntl0, pwr_cntl1, cpuclk, mempd0; local in function:cpu_enable_meson8b
358 pwr_sts = bus_space_read_4(bst, scu_bsh, SCU_CPU_PWR_STS);
359 pwr_sts &= ~(3 << (8 * cpuno));
360 bus_space_write_4(bst, scu_bsh, SCU_CPU_PWR_STS, pwr_sts);

Completed in 31 milliseconds