rk3066_smp.c | 85 bus_space_handle_t bsh_sram, bsh_pmu; local in function:rk3066_smp_enable 110 error = rk3066_map(pmu_phandle, bst, &bsh_pmu, &sz_pmu); 112 bus_space_unmap(bst, bsh_pmu, sz_pmu); 117 val = bus_space_read_4(bst, bsh_pmu, PMU_PWRDN_CON); 119 bus_space_write_4(bst, bsh_pmu, PMU_PWRDN_CON, val); 123 val = bus_space_read_4(bst, bsh_pmu, PMU_PWRDN_ST); 135 bus_space_unmap(bst, bsh_pmu, sz_pmu);
|