HomeSort by: relevance | last modified time | path
    Searched refs:prcm (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_mc_smp.c 114 sunxi_mc_smp_start(bus_space_tag_t bst, bus_space_handle_t prcm, bus_space_handle_t cpucfg,
142 bus_space_write_4(bst, prcm, PRCM_CL_PWR_CLAMP(cluster, cpu), 0xff >> i);
146 if (bus_space_read_4(bst, prcm, PRCM_CL_PWR_CLAMP(cluster, cpu)) == 0)
155 val = bus_space_read_4(bst, prcm, PRCM_CL_PWROFF(cluster));
166 bus_space_write_4(bst, prcm, PRCM_CL_PWROFF(cluster), val);
169 val = bus_space_read_4(bst, prcm, PRCM_CL_RST_CTRL(cluster));
171 bus_space_write_4(bst, prcm, PRCM_CL_RST_CTRL(cluster), val);
205 bus_space_handle_t prcm, cpucfg, cpuxcfg; local in function:sun8i_a83t_smp_enable
211 if (bus_space_map(bst, A83T_PRCM_BASE, A83T_PRCM_SIZE, 0, &prcm) != 0 ||
225 error = sunxi_mc_smp_start(bst, prcm, cpucfg, cpuxcfg, cluster, cpu
239 bus_space_handle_t prcm, cpuxcfg; local in function:sun9i_a80_smp_enable
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap2420.dtsi 23 prcm: prcm@8000 { label in label:l4
24 compatible = "ti,omap2-prcm";
omap2430.dtsi 23 prcm: prcm@6000 { label in label:l4_wkup
24 compatible = "ti,omap2-prcm";
dm814x.dtsi 499 prcm: prcm@180000 { label in label:l4ls
500 compatible = "ti,dm814-prcm", "simple-bus";
dm816x-clocks.dtsi 248 &prcm {
dm816x.dtsi 71 prcm: prcm@48180000 { label
72 compatible = "ti,dm816-prcm", "simple-bus";
dm814x-clocks.dtsi 337 &prcm {
am33xx.dtsi 643 &prcm {
sun8i-a23-a33.dtsi 730 prcm@1f01400 {
731 compatible = "allwinner,sun8i-a23-prcm";
am33xx-clocks.dtsi 538 &prcm {
am43xx-clocks.dtsi 763 &prcm {
am4372.dtsi 727 &prcm {
sun9i-a80.dtsi 160 * This clock is actually configurable from the PRCM address
166 * osc24M mux in the PRCM affects the entire clock tree, which
168 * downstream clocks in the PRCM.
1172 prcm@8001400 {
1173 compatible = "allwinner,sun9i-a80-prcm";
am33xx-l4.dtsi 104 prcm: prcm@0 { label
105 compatible = "ti,am3-prcm", "simple-bus";
am437x-l4.dtsi 67 prcm: prcm@0 { label
68 compatible = "ti,am4-prcm", "simple-bus";
ste-dbx5x0.dtsi 486 prcm = <&prcmu>;
sun6i-a31.dtsi 1319 prcm@1f01400 {
1320 compatible = "allwinner,sun6i-a31-prcm";

Completed in 25 milliseconds