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

  /src/sys/arch/arm/amlogic/
meson_platform.c 340 const bus_space_handle_t scu_bsh = local in function:cpu_enable_meson8b
358 pwr_sts = bus_space_read_4(bst, scu_bsh, SCU_CPU_PWR_STS);
360 bus_space_write_4(bst, scu_bsh, SCU_CPU_PWR_STS, pwr_sts);
421 const bus_space_handle_t scu_bsh = local in function:meson8b_mpstart
424 const uint32_t scu_cfg = bus_space_read_4(bst, scu_bsh, SCU_CFG);
433 bus_space_write_4(bst, scu_bsh, SCU_INV_ALL_REG, 0xffff);
435 uint32_t scu_ctl = bus_space_read_4(bst, scu_bsh, SCU_CTL);
437 bus_space_write_4(bst, scu_bsh, SCU_CTL, scu_ctl);

Completed in 124 milliseconds