/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";
|
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";
|
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.dtsi | 71 prcm: prcm@48180000 { label 72 compatible = "ti,dm816-prcm", "simple-bus";
|
dm814x.dtsi | 499 prcm: prcm@180000 { label in label:l4ls 500 compatible = "ti,dm814-prcm", "simple-bus";
|
dm816x.dtsi | 71 prcm: prcm@48180000 { label 72 compatible = "ti,dm816-prcm", "simple-bus";
|
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";
|
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";
|
/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...] |
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...] |