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

  /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
242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local
    [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
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
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/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/arch/x86/x86/
x86_machdep.c 632 phys_ram_seg_t *cluster; local
652 cluster = &mem_clusters[i];
653 if ((cluster->start == round_page(seg_start)) &&
654 (cluster->size == trunc_page(seg_end) - cluster->start)) {
663 * This cluster is used by RAM. If it is included in the iomem extent,
713 cluster = &mem_clusters[mem_cluster_cnt];
714 cluster->start = seg_start;
729 cluster->size = seg_end - seg_start;
821 phys_ram_seg_t *cluster; local
1047 const phys_ram_seg_t *cluster = &mem_clusters[x]; local
    [all...]
  /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
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/usr.sbin/sysinst/arch/mac68k/
md.h 108 u_int8_t cluster; /* Autorecovery cluster grouping */ member in struct:__anon8572
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/arch/arm/samsung/
exynos_platform.c 150 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local
152 const u_int cpu = cluster * 4 + aff0;
155 if (cluster == 1)
173 if (cluster == 1 && __SHIFTOUT(bp_mpidr, MPIDR_AFF1) == 1) {
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 145 u_long cluster; local
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 78 CLUSTER_SLEEP_0: cluster-sleep-0 {
juno-r2.dts 78 CLUSTER_SLEEP_0: cluster-sleep-0 {
juno.dts 77 CLUSTER_SLEEP_0: cluster-sleep-0 {
  /src/sys/dev/usb/
uaudio.c 880 printf("cluster: bNrChannels=%u wChannelConfig=%#.4x",
887 printf("cluster: bNrChannels=%u bmChannelConfig=%#.8x",
2754 union usb_audio_cluster cluster; local
2764 cluster = uaudio_get_cluster(sc, i, iot);
2765 uaudio_dump_cluster(sc, &cluster);
2778 cluster = uaudio_get_cluster(sc, i, iot);
2779 uaudio_dump_cluster(sc, &cluster);
2813 cluster = uaudio_get_cluster(sc, i, iot);
2814 uaudio_dump_cluster(sc, &cluster);
2822 cluster = uaudio_get_cluster(sc, i, iot)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt2712e.dtsi 135 CLUSTER_SLEEP_0: cluster-sleep-0 {
  /src/sys/dev/ic/
mfireg.h 1057 uint32_t cluster; member in struct:mfi_ctrl_info

Completed in 34 milliseconds