Searched refs:fixed (Results 1 – 25 of 62) sorted by relevance
123
/arch/arm/boot/dts/ |
D | imx6q-sabrelite.dts | 68 compatible = "regulator-fixed"; 76 compatible = "regulator-fixed";
|
D | imx51.dtsi | 34 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";
|
D | imx53.dtsi | 36 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";
|
D | imx53-ard.dts | 76 * for this PMIC is available, we use a fixed dummy 89 compatible = "regulator-fixed";
|
D | at91sam9x5cm.dtsi | 21 compatible = "atmel,osc", "fixed-clock";
|
D | imx6q-arm2.dts | 59 compatible = "regulator-fixed";
|
D | picoxcell-pc7302-pc3x2.dts | 31 compatible = "fixed-clock";
|
D | picoxcell-pc7302-pc3x3.dts | 31 compatible = "fixed-clock";
|
D | usb_a9g20.dts | 29 compatible = "atmel,osc", "fixed-clock";
|
D | at91sam9m10g45ek.dts | 30 compatible = "atmel,osc", "fixed-clock";
|
D | imx6q.dtsi | 68 compatible = "fsl,imx-ckil", "fixed-clock"; 73 compatible = "fsl,imx-ckih1", "fixed-clock"; 78 compatible = "fsl,imx-osc", "fixed-clock";
|
D | imx27.dtsi | 36 compatible = "fsl,imx-osc26m", "fixed-clock";
|
D | picoxcell-pc3x2.dtsi | 41 compatible = "fixed-clock";
|
/arch/powerpc/mm/ |
D | slice.c | 408 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/ |
D | pmu.c | 416 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/ |
D | ChangeLog | 4 * Removed dead code and fixed function protypes to match definitions. 90 * fpa11_cpdt.c - fixed bug in storeExtended (typeExtended changed to
|
D | softfloat-macros | 12 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/ |
D | storcenter.dts | 58 bus-frequency = <0>; /* fixed by loader */
|
D | adder875-redboot.dts | 79 // Temporary until get_immrbase() is fixed.
|
D | adder875-uboot.dts | 78 // Temporary until get_immrbase() is fixed.
|
D | tqm8xx.dts | 193 fixed-link = <0 0 10 0 0>;
|
D | charon.dts | 134 fixed-link = <1 1 100 0 0>;
|
/arch/powerpc/platforms/ps3/ |
D | Kconfig | 127 As this driver needs a fixed buffer of 256 KiB of memory, it can 129 not allocate this fixed buffer.
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 27 and stores. Normally unaligned accesses are fixed using a kernel
|
/arch/powerpc/kernel/ |
D | traps.c | 1079 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