/src/sys/arch/arm/sunxi/ |
sunxi_mc_smp.c | 55 #define PRCM_CL_RST_CTRL(cluster) (0x4 + (cluster) * 0x4) 56 #define PRCM_CL_PWROFF(cluster) (0x100 + (cluster) * 0x4) 57 #define PRCM_CL_PWR_CLAMP(cluster, cpu) (0x140 + (cluster) * 0x10 + (cpu) * 0x4) 63 #define CPUCFG_CL_RST(cluster) (0x30 + (cluster) * 0x4) 69 #define CPUXCFG_CL_RST(cluster) (0x80 + (cluster) * 0x4 208 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local in function:sun8i_a83t_smp_enable 242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local in function:sun9i_a80_smp_enable [all...] |
sun9i_a80_ccu.c | 49 #define CPU_CLK_SRC_SELECT(cluster) __BIT((cluster) * 8) 140 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; local in function:sun9i_a80_ccu_cpux_set_rate 149 /* Switch cluster to OSC24M clock */ 152 val &= ~CPU_CLK_SRC_SELECT(cluster); 166 /* Switch cluster back to CPUX PLL */ 169 val |= CPU_CLK_SRC_SELECT(cluster); 170 CCU_WRITE(sc, CPU_CLK_SRC_SELECT(cluster), val);
|
sun8i_a83t_ccu.c | 49 #define Cx_CPUX_CLK_SRC_SEL(cluster) __BIT(12 + (cluster) * 16) 138 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; local in function:sun8i_a83t_ccu_cpux_set_rate 147 /* Switch cluster to OSC24M clock */ 150 val &= ~Cx_CPUX_CLK_SRC_SEL(cluster); 164 /* Switch cluster back to CPUX PLL */ 167 val |= Cx_CPUX_CLK_SRC_SEL(cluster);
|
/src/sys/arch/x86/x86/ |
x86_machdep.c | 576 phys_ram_seg_t *cluster; local in function:x86_add_cluster 596 cluster = &mem_clusters[i]; 597 if ((cluster->start == round_page(seg_start)) && 598 (cluster->size == trunc_page(seg_end) - cluster->start)) { 607 * This cluster is used by RAM. If it is included in the iomem extent, 657 cluster = &mem_clusters[mem_cluster_cnt]; 658 cluster->start = seg_start; 673 cluster->size = seg_end - seg_start; 765 phys_ram_seg_t *cluster; local in function:x86_fake_clusters 988 const phys_ram_seg_t *cluster = &mem_clusters[x]; local in function:init_x86_vm [all...] |
/src/usr.sbin/fstyp/ |
exfat.c | 242 * Using the FAT table, look up the next cluster in this chain. 246 uint32_t cluster) 252 clsect = fat_offset_sect + (cluster / (BPS / (uint32_t)sizeof(cluster))); 253 clsectoff = (cluster % (BPS / (uint32_t)sizeof(cluster))); 276 warnx("%s: invalid rootdir cluster %u < %d", __func__,
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos5422-odroidxu3.dts | 27 /* A15 cluster: VDD_ARM */ 48 /* A7 cluster: VDD_KFC */
|
exynos5420-cpus.dtsi | 15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
|
exynos5422-cpus.dtsi | 14 * booting cluster (big or LITTLE) is chosen by IROM code by reading
|
vexpress-v2p-ca15_a7.dts | 89 CLUSTER_SLEEP_BIG: cluster-sleep-big { 97 CLUSTER_SLEEP_LITTLE: cluster-sleep-little {
|
armada-375.dtsi | 360 usbcluster: usb-cluster@18400 { 361 compatible = "marvell,armada-375-usb-cluster";
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 108 u_int8_t cluster; /* Autorecovery cluster grouping */ member in struct:__anon66f6aa490308
|
md.c | 804 if (alt >= 0 && alt != bzb->cluster) 810 if (alt >= 0 && alt != bzb->cluster) 862 bzb->cluster = 0; 981 * Fill in standard partitions. Look for a Cluster "0" first and use 982 * it, otherwise take any Cluster value.
|
/src/sys/fs/msdosfs/ |
msdosfs_fat.c | 89 int fc_lfcempty; /* # of time last file cluster cache entry 95 * cluster mapped entry was. */ 164 * Map the logical cluster number of a file into a physical disk sector 168 * findcn - file relative cluster whose filesystem relative cluster number 172 * cnp - address of where to place the file system relative cluster number. 176 * This function has one side effect. If the requested file relative cluster 183 u_long findcn, /* file relative cluster to get */ 185 u_long *cnp, /* returned cluster number */ 210 DPRINTF(("%s(start cluster=%lu)\n", __func__, cn)) [all...] |
msdosfs_lookup.c | 111 u_long cluster; local in function:msdosfs_lookup 116 u_long scn; /* starting cluster number */ 181 cluster = MSDOSFSROOT; 229 * little differently. The root directory starts at "cluster" 0. 233 if ((error = msdosfs_pcbmap(dp, frcn, &bn, &cluster, 346 * Release the buffer holding the directory cluster just 448 cluster = scn; 449 if (cluster == MSDOSFSROOT) 453 } else if (cluster == MSDOSFSROOT) 500 error = msdosfs_deget(pmp, cluster, blkoff, vpp) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-am6528-iot2050-basic.dts | 65 ti,cluster-mode = <0>;
|
/src/sys/arch/arm/samsung/ |
exynos_platform.c | 150 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local in function:exynos5800_mpstart 152 const u_int cpu = cluster * 4 + aff0; 155 if (cluster == 1) 173 if (cluster == 1 && __SHIFTOUT(bp_mpidr, MPIDR_AFF1) == 1) {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hi3660-coresight.dtsi | 13 /* A53 cluster internals */ 156 /* A73 cluster internals */
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm630.dtsi | 251 PWR_CLUSTER_SLEEP_0: cluster-sleep-0-0 { 253 idle-state-name = "pwr-cluster-dynamic-retention"; 261 PWR_CLUSTER_SLEEP_1: cluster-sleep-0-1 { 263 idle-state-name = "pwr-cluster-retention"; 271 PWR_CLUSTER_SLEEP_2: cluster-sleep-0-2 { 273 idle-state-name = "pwr-cluster-retention"; 281 PERF_CLUSTER_SLEEP_0: cluster-sleep-1-0 { 283 idle-state-name = "perf-cluster-dynamic-retention"; 291 PERF_CLUSTER_SLEEP_1: cluster-sleep-1-1 { 293 idle-state-name = "perf-cluster-retention" [all...] |
/src/usr.sbin/makefs/msdos/ |
msdosfs_vnops.c | 145 u_long cluster; local in function:msdosfs_findslot 196 * little differently. The root directory starts at "cluster" 0. 200 if ((error = msdosfs_pcbmap(dp, frcn, &bn, &cluster, 295 * Release the buffer holding the directory cluster just 527 { 0, 0 }, /* high bits of start cluster */ 537 { 0, 0 }, /* high bits of start cluster */ 571 * Allocate a cluster to hold the about to be created directory. 583 * Now fill the cluster with the "." and ".." entries. And write 584 * the cluster to disk. This way it is there for the parent 628 * cluster. This will be written to an empty slot in the paren [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
juno-r1.dts | 77 CLUSTER_SLEEP_0: cluster-sleep-0 {
|
juno-r2.dts | 77 CLUSTER_SLEEP_0: cluster-sleep-0 {
|
juno.dts | 76 CLUSTER_SLEEP_0: cluster-sleep-0 {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
fsl-ls1043a.dtsi | 214 core-cluster { 220 core_cluster_alert: core-cluster-alert { 226 core_cluster_crit: core-cluster-crit {
|
fsl-ls1046a.dtsi | 182 core-cluster { 188 core_cluster_alert: core-cluster-alert { 194 core_cluster_crit: core-cluster-crit {
|
fsl-ls1088a.dtsi | 134 core-cluster { 140 core_cluster_alert: core-cluster-alert { 146 core-cluster-crit {
|