/freebsd/sys/arm/allwinner/ |
H A D | aw_mp.c | 201 bus_space_handle_t prcm, int cluster, int cpu) in aw_mc_mp_start_cpu() argument 207 val = bus_space_read_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_RST(cluster)); in aw_mc_mp_start_cpu() 209 bus_space_write_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_RST(cluster), val); in aw_mc_mp_start_cpu() 212 val = bus_space_read_4(fdtbus_bs_tag, cpuscfg, CPUS_CL_RST(cluster)); in aw_mc_mp_start_cpu() 214 bus_space_write_4(fdtbus_bs_tag, cpuscfg, CPUS_CL_RST(cluster), val); in aw_mc_mp_start_cpu() 217 val = bus_space_read_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_CTRL0(cluster)); in aw_mc_mp_start_cpu() 219 bus_space_write_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_CTRL0(cluster), val); in aw_mc_mp_start_cpu() 224 PRCM_CL_PWR_CLAMP(cluster, cpu), 0xff >> i); in aw_mc_mp_start_cpu() 226 PRCM_CL_PWR_CLAMP(cluster, cpu)) != 0) in aw_mc_mp_start_cpu() 230 val = bus_space_read_4(fdtbus_bs_tag, prcm, PRCM_CL_PWROFF(cluster)); in aw_mc_mp_start_cpu() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t600x-dieX.dtsi | 10 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq"; 16 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq"; 22 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq";
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-mvebu.txt | 23 Armada 375 USB cluster 27 controller. The USB cluster control register allows to manage common 32 - compatible: "marvell,armada-375-usb-cluster" 33 - reg: Should contain usb cluster register location and length. 38 usbcluster: usb-cluster@18400 { 39 compatible = "marvell,armada-375-usb-cluster";
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | cpu-topology.txt | 13 - cluster 62 - one or more cluster nodes or 70 - cluster node 76 The nodes describing the CPU topology (socket/cluster/core/thread) can 87 (ie socket/cluster/core/thread) (where N = {0, 1, ...} is the node number; nodes 95 3 - socket/cluster/core/thread node bindings 98 Bindings for socket/cluster/cpu/thread nodes are defined as follows: 114 A socket node's child nodes must be one or more cluster nodes. 118 - cluster node 121 per cluster. A system can contain several layers of [all …]
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 411 clusterfree(struct msdosfsmount *pmp, u_long cluster) in clusterfree() argument 416 error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE); in clusterfree() 424 usemap_free(pmp, cluster); in clusterfree() 807 freeclusterchain(struct msdosfsmount *pmp, u_long cluster) in freeclusterchain() argument 814 while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) { in freeclusterchain() 815 byteoffset = FATOFS(pmp, cluster); in freeclusterchain() 828 usemap_free(pmp, cluster); in freeclusterchain() 832 if (cluster & 1) { in freeclusterchain() 833 cluster = readcn >> 4; in freeclusterchain() 837 cluster = readcn; in freeclusterchain() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | cluster.sh | 44 sed '1,/^EOF/d' < $odir/$0 > cluster.c 45 rm -f /tmp/cluster 46 mycc -o cluster -Wall -Wextra -g -O2 cluster.c || exit 1 47 rm -f cluster.c 52 rm -f /tmp/cluster
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_lookup.c | 97 u_long cluster; member 112 error = deget(pmp, dd_arg->cluster, dd_arg->blkoff, in msdosfs_deget_dotdot() 144 u_long cluster; in msdosfs_lookup_ino() local 193 cluster = MSDOSFSROOT; in msdosfs_lookup_ino() 252 error = pcbmap(dp, frcn, &bn, &cluster, &blsize); in msdosfs_lookup_ino() 464 cluster = scn; in msdosfs_lookup_ino() 465 if (cluster == MSDOSFSROOT) in msdosfs_lookup_ino() 469 } else if (cluster == MSDOSFSROOT) in msdosfs_lookup_ino() 490 *scnp = cluster; in msdosfs_lookup_ino() 522 error = deget(pmp, cluster, blkoff, LK_EXCLUSIVE, &tdp); in msdosfs_lookup_ino() [all …]
|
H A D | msdosfs_fat.c | 430 clusterfree(struct msdosfsmount *pmp, u_long cluster) in clusterfree() argument 435 error = fatentry(FAT_GET_AND_SET, pmp, cluster, &oldcn, MSDOSFSFREE); in clusterfree() 444 error = usemap_free(pmp, cluster); in clusterfree() 834 freeclusterchain(struct msdosfsmount *pmp, u_long cluster) in freeclusterchain() argument 842 while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) { in freeclusterchain() 843 byteoffset = FATOFS(pmp, cluster); in freeclusterchain() 855 error = usemap_free(pmp, cluster); in freeclusterchain() 864 if (cluster & 1) { in freeclusterchain() 865 cluster = readcn >> 4; in freeclusterchain() 869 cluster = readcn; in freeclusterchain() [all …]
|
H A D | fat.h | 101 int fatentry(int function, struct msdosfsmount *pmp, u_long cluster, u_long *oldcontents, u_long ne…
|
/freebsd/usr.sbin/fstyp/ |
H A D | exfat.c | 245 uint32_t cluster) in exfat_fat_next() argument 251 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next() 252 clsectoff = (cluster % (BPS / sizeof(cluster))); in exfat_fat_next()
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | ap80x-system-controller.txt | 24 - 0: reference clock of CPU cluster 0 25 - 1: reference clock of CPU cluster 1 160 Device Tree Clock bindings for cluster clock of Marvell 161 AP806/AP807. Each cluster contain up to 2 CPUs running at the same 171 (one per cluster) 173 - reg: register range associated with the cluster clocks
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-odroidxu3.dts | 27 /* A15 cluster: VDD_ARM */ 48 /* A7 cluster: VDD_KFC */
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | cpufreq-qcom-hw.txt | 45 Example 1: Dual-cluster, Quad-core per cluster. CPUs within a cluster switch
|
H A D | cpufreq-mediatek.txt | 7 "cpu" - The multiplexer for clock input of CPU cluster. 15 - proc-supply: Regulator for Vproc of CPU cluster. 18 - sram-supply: Regulator for Vsram of CPU cluster. When present, the cpufreq driver
|
H A D | nvidia,tegra124-cpufreq.txt | 11 - cpu_g: Clock mux for the fast CPU cluster.
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm630.dtsi | 261 PWR_CLUSTER_SLEEP_0: cluster-sleep-0-0 { 263 idle-state-name = "pwr-cluster-dynamic-retention"; 271 PWR_CLUSTER_SLEEP_1: cluster-sleep-0-1 { 273 idle-state-name = "pwr-cluster-retention"; 281 PWR_CLUSTER_SLEEP_2: cluster-sleep-0-2 { 283 idle-state-name = "pwr-cluster-retention"; 291 PERF_CLUSTER_SLEEP_0: cluster-sleep-1-0 { 293 idle-state-name = "perf-cluster-dynamic-retention"; 301 PERF_CLUSTER_SLEEP_1: cluster-sleep-1-1 { 303 idle-state-name = "perf-cluster-retention"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm-dsu-pmu.txt | 5 form a multicore cluster. The PMU enables to gather various statistics on
|
H A D | cci.txt | 5 ARM multi-cluster systems maintain intra-cluster coherency through a
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | nvidia,tegra186-bpmp-thermal.txt | 4 interface that is used to read system temperatures, including CPU cluster
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp.txt | 191 Example 1: Single cluster Dual-core ARM cortex A9, switch DVFS states together. 245 Example 2: Single cluster, Quad-core Qualcom-krait, switches DVFS states 325 Example 3: Dual-cluster, Dual-core per cluster. CPUs within a cluster switch 574 Example 7: Single cluster Quad-core ARM cortex A53, OPP points from firmware,
|
/freebsd/contrib/sendmail/cf/ |
H A D | sendmail.schema | 30 DESC 'cluster name associated with a set of MTAs' 38 DESC 'host name associated with a MTA cluster'
|
/freebsd/sys/fs/cd9660/ |
H A D | TODO.hibler | 12 cluster).
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | omap-mailbox.txt | 10 Each mailbox IP block/cluster has a certain number of h/w fifo queues and output 27 SoCs has each of these instances form a cluster and combine multiple clusters 37 A Mailbox device node is used to represent a Mailbox IP instance/cluster within
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660-coresight.dtsi | 13 /* A53 cluster internals */ 156 /* A73 cluster internals */
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | special.txt | 10 <li class='inline'><a href='cluster.html'>Clock Cluster Algorithm</a></li>\
|