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);
|