Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 62) sorted by relevance

123

/arch/arm/boot/dts/
Dimx6q-sabrelite.dts68 compatible = "regulator-fixed";
76 compatible = "regulator-fixed";
Dimx51.dtsi34 compatible = "fsl,imx-ckil", "fixed-clock";
39 compatible = "fsl,imx-ckih1", "fixed-clock";
44 compatible = "fsl,imx-ckih2", "fixed-clock";
49 compatible = "fsl,imx-osc", "fixed-clock";
Dimx53.dtsi36 compatible = "fsl,imx-ckil", "fixed-clock";
41 compatible = "fsl,imx-ckih1", "fixed-clock";
46 compatible = "fsl,imx-ckih2", "fixed-clock";
51 compatible = "fsl,imx-osc", "fixed-clock";
Dimx53-ard.dts76 * for this PMIC is available, we use a fixed dummy
89 compatible = "regulator-fixed";
Dat91sam9x5cm.dtsi21 compatible = "atmel,osc", "fixed-clock";
Dimx6q-arm2.dts59 compatible = "regulator-fixed";
Dpicoxcell-pc7302-pc3x2.dts31 compatible = "fixed-clock";
Dpicoxcell-pc7302-pc3x3.dts31 compatible = "fixed-clock";
Dusb_a9g20.dts29 compatible = "atmel,osc", "fixed-clock";
Dat91sam9m10g45ek.dts30 compatible = "atmel,osc", "fixed-clock";
Dimx6q.dtsi68 compatible = "fsl,imx-ckil", "fixed-clock";
73 compatible = "fsl,imx-ckih1", "fixed-clock";
78 compatible = "fsl,imx-osc", "fixed-clock";
Dimx27.dtsi36 compatible = "fsl,imx-osc26m", "fixed-clock";
Dpicoxcell-pc3x2.dtsi41 compatible = "fixed-clock";
/arch/powerpc/mm/
Dslice.c408 int fixed = (flags & MAP_FIXED); in slice_get_unmapped_area() local
424 if (fixed && (addr & ((1ul << pshift) - 1))) in slice_get_unmapped_area()
426 if (fixed && addr > (mm->task_size - len)) in slice_get_unmapped_area()
430 if (!fixed && addr) { in slice_get_unmapped_area()
468 if (fixed) in slice_get_unmapped_area()
474 if (addr != 0 || fixed) { in slice_get_unmapped_area()
508 if ((addr != 0 || fixed) && slice_check_fit(mask, potential_mask)) { in slice_get_unmapped_area()
514 if (fixed) in slice_get_unmapped_area()
/arch/x86/kvm/
Dpmu.c416 bool fixed = pmc & (1u << 30); in kvm_pmu_read_pmc() local
421 if (!fixed && pmc >= pmu->nr_arch_gp_counters) in kvm_pmu_read_pmc()
423 if (fixed && pmc >= pmu->nr_arch_fixed_counters) in kvm_pmu_read_pmc()
425 counters = fixed ? pmu->fixed_counters : pmu->gp_counters; in kvm_pmu_read_pmc()
/arch/arm/nwfpe/
DChangeLog4 * Removed dead code and fixed function protypes to match definitions.
90 * fpa11_cpdt.c - fixed bug in storeExtended (typeExtended changed to
Dsoftfloat-macros12 of this code was written as part of a project to build a fixed-point vector
96 fixed-point value with binary point between `a0' and `a1'. This fixed-point
221 to form a fixed-point value with binary point between `a1' and `a2'. This
222 fixed-point value is shifted right by the number of bits given in `count',
/arch/powerpc/boot/dts/
Dstorcenter.dts58 bus-frequency = <0>; /* fixed by loader */
Dadder875-redboot.dts79 // Temporary until get_immrbase() is fixed.
Dadder875-uboot.dts78 // Temporary until get_immrbase() is fixed.
Dtqm8xx.dts193 fixed-link = <0 0 10 0 0>;
Dcharon.dts134 fixed-link = <1 1 100 0 0>;
/arch/powerpc/platforms/ps3/
DKconfig127 As this driver needs a fixed buffer of 256 KiB of memory, it can
129 not allocate this fixed buffer.
/arch/mips/cavium-octeon/
DKconfig27 and stores. Normally unaligned accesses are fixed using a kernel
/arch/powerpc/kernel/
Dtraps.c1079 int sig, code, fixed = 0; in alignment_exception() local
1087 fixed = fix_alignment(regs); in alignment_exception()
1089 if (fixed == 1) { in alignment_exception()
1096 if (fixed == -EFAULT) { in alignment_exception()

123