meson_platform.c | 348 uint32_t pwr_sts, pwr_cntl0, pwr_cntl1, cpuclk, mempd0; local in function:cpu_enable_meson8b 368 cpuclk = bus_space_read_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG); 369 cpuclk |= (1 << (24 + cpuno)); 370 bus_space_write_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG, cpuclk); 394 cpuclk = bus_space_read_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG); 395 cpuclk &= ~(1 << (24 + cpuno)); 396 bus_space_write_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG, cpuclk);
|