Searched refs:fixed (Results 1 - 25 of 60) sorted by relevance

123

/arch/powerpc/boot/dts/
H A Dp1020mbg-pc.dtsi122 fixed-link = <1 1 1000 0 0>;
H A Dp1020rdb-pc.dtsi232 fixed-link = <1 1 1000 0 0>;
H A Dp1020rdb.dtsi231 fixed-link = <1 1 1000 0 0>;
H A Dp1021rdb.dtsi220 fixed-link = <1 1 1000 0 0>;
H A Dp2020rdb-pc.dtsi227 fixed-link = <1 1 1000 0 0>;
H A Dcharon.dts134 fixed-link = <1 1 100 0 0>;
H A Dtqm8xx.dts193 fixed-link = <0 0 10 0 0>;
H A Dmgcoge.dts160 fixed-link = <0 0 10 0 0>;
H A Dp1025rdb.dtsi225 fixed-link = <1 1 1000 0 0>;
H A Dp2020rdb.dts239 fixed-link = <1 1 1000 0 0>;
/arch/powerpc/mm/
H A Dslice.c408 int fixed = (flags & MAP_FIXED); local
424 if (fixed && (addr & ((1ul << pshift) - 1)))
426 if (fixed && addr > (mm->task_size - len))
430 if (!fixed && addr) {
468 if (fixed)
474 if (addr != 0 || fixed) {
508 if ((addr != 0 || fixed) && slice_check_fit(mask, potential_mask)) {
514 if (fixed)
707 * be fixed as the generic code gets fixed
[all...]
/arch/arm/mach-omap2/
H A Dboard-zoom-debugboard.c17 #include <linux/regulator/fixed.h>
H A Dboard-rm680.c17 #include <linux/regulator/fixed.h>
63 .name = "reg-fixed-voltage",
H A Dboard-omap3logic.c26 #include <linux/regulator/fixed.h>
H A Dboard-zoom-peripherals.c19 #include <linux/regulator/fixed.h>
188 .name = "reg-fixed-voltage",
H A Dtwl-common.c27 #include <linux/regulator/fixed.h>
/arch/arm/mach-mmp/
H A Dbrownstone.c19 #include <linux/regulator/fixed.h>
153 .name = "reg-fixed-voltage",
/arch/arm/mach-mxs/
H A Dmach-apx4devkit.c27 #include <linux/regulator/fixed.h>
174 .name = "reg-fixed-voltage",
/arch/arm/plat-mxc/
H A D3ds_debugboard.c20 #include <linux/regulator/fixed.h>
/arch/x86/kvm/
H A Dpmu.c39 /* mapping between fixed pmc index and arch_events array */
416 bool fixed = pmc & (1u << 30); local
421 if (!fixed && pmc >= pmu->nr_arch_gp_counters)
423 if (fixed && pmc >= pmu->nr_arch_fixed_counters)
425 counters = fixed ? pmu->fixed_counters : pmu->gp_counters;
/arch/arm/mach-at91/
H A Dboard-sam9g20ek.c32 #include <linux/regulator/fixed.h>
346 .name = "reg-fixed-voltage",
/arch/arm/mach-imx/
H A Dmach-kzm_arm11_01.c28 #include <linux/regulator/fixed.h>
H A Dmach-mx31lilly.c38 #include <linux/regulator/fixed.h>
H A Dmach-mx31lite.c33 #include <linux/regulator/fixed.h>
H A Dmach-mx53_ard.c27 #include <linux/regulator/fixed.h>

Completed in 1828 milliseconds

123