Home
last modified time | relevance | path

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

12345678910>>...121

/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dcve-exclusion_6.12.inc13 CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2"
15 CVE_STATUS[CVE-2004-0230] = "fixed-version: Fixed from version 3.6rc1"
19 CVE_STATUS[CVE-2006-3635] = "fixed-version: Fixed from version 2.6.26rc5"
21 CVE_STATUS[CVE-2006-5331] = "fixed-version: Fixed from version 2.6.19rc3"
23 CVE_STATUS[CVE-2006-6128] = "fixed-version: Fixed from version 2.6.19rc2"
27 CVE_STATUS[CVE-2007-4774] = "fixed-version: Fixed from version 2.6.12rc2"
29 CVE_STATUS[CVE-2007-6761] = "fixed-version: Fixed from version 2.6.24rc6"
31 CVE_STATUS[CVE-2007-6762] = "fixed-version: Fixed from version 2.6.20rc5"
37 CVE_STATUS[CVE-2008-7316] = "fixed-version: Fixed from version 2.6.25rc1"
39 CVE_STATUS[CVE-2009-2692] = "fixed-version: Fixed from version 2.6.31rc6"
[all …]
H A Dcve-exclusion_6.6.inc13 CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2"
15 CVE_STATUS[CVE-2004-0230] = "fixed-version: Fixed from version 3.6rc1"
19 CVE_STATUS[CVE-2006-3635] = "fixed-version: Fixed from version 2.6.26rc5"
21 CVE_STATUS[CVE-2006-5331] = "fixed-version: Fixed from version 2.6.19rc3"
23 CVE_STATUS[CVE-2006-6128] = "fixed-version: Fixed from version 2.6.19rc2"
27 CVE_STATUS[CVE-2007-4774] = "fixed-version: Fixed from version 2.6.12rc2"
29 CVE_STATUS[CVE-2007-6761] = "fixed-version: Fixed from version 2.6.24rc6"
31 CVE_STATUS[CVE-2007-6762] = "fixed-version: Fixed from version 2.6.20rc5"
37 CVE_STATUS[CVE-2008-7316] = "fixed-version: Fixed from version 2.6.25rc1"
39 CVE_STATUS[CVE-2009-2692] = "fixed-version: Fixed from version 2.6.31rc6"
[all …]
H A Dcve-exclusion_6.10.inc13 CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2"
15 CVE_STATUS[CVE-2004-0230] = "fixed-version: Fixed from version 3.6rc1"
19 CVE_STATUS[CVE-2006-3635] = "fixed-version: Fixed from version 2.6.26rc5"
21 CVE_STATUS[CVE-2006-5331] = "fixed-version: Fixed from version 2.6.19rc3"
23 CVE_STATUS[CVE-2006-6128] = "fixed-version: Fixed from version 2.6.19rc2"
27 CVE_STATUS[CVE-2007-4774] = "fixed-version: Fixed from version 2.6.12rc2"
29 CVE_STATUS[CVE-2007-6761] = "fixed-version: Fixed from version 2.6.24rc6"
31 CVE_STATUS[CVE-2007-6762] = "fixed-version: Fixed from version 2.6.20rc5"
37 CVE_STATUS[CVE-2008-7316] = "fixed-version: Fixed from version 2.6.25rc1"
39 CVE_STATUS[CVE-2009-2692] = "fixed-version: Fixed from version 2.6.31rc6"
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir2 10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
3 10x20-ISO8859-10.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-10
4 10x20-ISO8859-11.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-11
5 10x20-ISO8859-13.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-13
6 10x20-ISO8859-14.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-14
7 10x20-ISO8859-15.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15
8 10x20-ISO8859-16.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-16
9 10x20-ISO8859-2.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-2
10 10x20-ISO8859-3.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-3
11 10x20-ISO8859-4.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-4
[all …]
/openbmc/linux/drivers/clk/tegra/
H A Dclk-periph-fixed.c19 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_is_enabled() local
20 u32 mask = 1 << (fixed->num % 32), value; in tegra_clk_periph_fixed_is_enabled()
22 value = readl(fixed->base + fixed->regs->enb_reg); in tegra_clk_periph_fixed_is_enabled()
24 value = readl(fixed->base + fixed->regs->rst_reg); in tegra_clk_periph_fixed_is_enabled()
34 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_enable() local
35 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_enable()
37 writel(mask, fixed->base + fixed->regs->enb_set_reg); in tegra_clk_periph_fixed_enable()
44 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_disable() local
45 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_disable()
47 writel(mask, fixed->base + fixed->regs->enb_clr_reg); in tegra_clk_periph_fixed_disable()
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-fixed-rate.c38 struct clk_fixed_rate *fixed = to_clk_fixed_rate(hw); in clk_fixed_rate_recalc_accuracy() local
40 if (fixed->flags & CLK_FIXED_RATE_PARENT_ACCURACY) in clk_fixed_rate_recalc_accuracy()
43 return fixed->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()
71 struct clk_fixed_rate *fixed; in __clk_hw_register_fixed_rate() local
78 fixed = devres_alloc(devm_clk_hw_register_fixed_rate_release, in __clk_hw_register_fixed_rate()
79 sizeof(*fixed), GFP_KERNEL); in __clk_hw_register_fixed_rate()
81 fixed = kzalloc(sizeof(*fixed), GFP_KERNEL); in __clk_hw_register_fixed_rate()
82 if (!fixed) in __clk_hw_register_fixed_rate()
97 fixed->flags = clk_fixed_flags; in __clk_hw_register_fixed_rate()
98 fixed->fixed_rate = fixed_rate; in __clk_hw_register_fixed_rate()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dio.h46 bool fixed) in wlcore_raw_write() argument
55 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
64 bool fixed) in wlcore_raw_read() argument
73 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
82 bool fixed) in wlcore_raw_read_data() argument
84 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
89 bool fixed) in wlcore_raw_write_data() argument
91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
119 void *buf, size_t len, bool fixed) in wlcore_read() argument
125 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
[all …]
/openbmc/linux/drivers/clk/uniphier/
H A Dclk-uniphier-fixed-rate.c16 struct clk_fixed_rate *fixed; in uniphier_clk_register_fixed_rate() local
21 fixed = devm_kzalloc(dev, sizeof(*fixed), GFP_KERNEL); in uniphier_clk_register_fixed_rate()
22 if (!fixed) in uniphier_clk_register_fixed_rate()
31 fixed->fixed_rate = data->fixed_rate; in uniphier_clk_register_fixed_rate()
32 fixed->hw.init = &init; in uniphier_clk_register_fixed_rate()
34 ret = devm_clk_hw_register(dev, &fixed->hw); in uniphier_clk_register_fixed_rate()
38 return &fixed->hw; in uniphier_clk_register_fixed_rate()
/openbmc/u-boot/arch/arm/dts/
H A Dam33xx-clocks.dtsi21 compatible = "fixed-factor-clock";
29 compatible = "fixed-factor-clock";
37 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
53 compatible = "fixed-factor-clock";
61 compatible = "fixed-factor-clock";
69 compatible = "fixed-factor-clock";
77 compatible = "fixed-factor-clock";
85 compatible = "fixed-factor-clock";
93 compatible = "fixed-factor-clock";
[all …]
H A Dam43xx-clocks.dtsi37 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
53 compatible = "fixed-factor-clock";
61 compatible = "fixed-factor-clock";
69 compatible = "fixed-factor-clock";
77 compatible = "fixed-factor-clock";
85 compatible = "fixed-factor-clock";
93 compatible = "fixed-factor-clock";
101 compatible = "fixed-factor-clock";
158 compatible = "fixed-clock";
[all …]
H A Dzynqmp-clk.dtsi12 compatible = "fixed-clock";
19 compatible = "fixed-clock";
25 compatible = "fixed-clock";
32 compatible = "fixed-clock";
38 compatible = "fixed-clock";
44 compatible = "fixed-clock";
50 compatible = "fixed-clock";
57 compatible = "fixed-clock";
64 compatible = "fixed-clock";
70 compatible = "fixed-clock";
H A Dtegra30-cardhu.dts211 compatible = "fixed-clock";
224 compatible = "regulator-fixed";
233 compatible = "regulator-fixed";
244 compatible = "regulator-fixed";
256 compatible = "regulator-fixed";
269 compatible = "regulator-fixed";
279 compatible = "regulator-fixed";
290 compatible = "regulator-fixed";
301 compatible = "regulator-fixed";
312 compatible = "regulator-fixed";
[all …]
H A Domap36xx-omap3430es2plus-clocks.dtsi36 compatible = "fixed-factor-clock";
52 compatible = "fixed-factor-clock";
76 compatible = "fixed-factor-clock";
84 compatible = "fixed-factor-clock";
92 compatible = "fixed-factor-clock";
100 compatible = "fixed-factor-clock";
108 compatible = "fixed-factor-clock";
116 compatible = "fixed-factor-clock";
124 compatible = "fixed-factor-clock";
132 compatible = "fixed-factor-clock";
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm11351.dtsi270 compatible = "fixed-clock";
276 compatible = "fixed-clock";
282 compatible = "fixed-clock";
288 compatible = "fixed-clock";
294 compatible = "fixed-clock";
300 compatible = "fixed-clock";
306 compatible = "fixed-clock";
312 compatible = "fixed-clock";
318 compatible = "fixed-clock";
324 compatible = "fixed-clock";
[all …]
H A Dbcm21664.dtsi198 compatible = "fixed-clock";
204 compatible = "fixed-clock";
210 compatible = "fixed-clock";
216 compatible = "fixed-clock";
222 compatible = "fixed-clock";
228 compatible = "fixed-clock";
234 compatible = "fixed-clock";
240 compatible = "fixed-clock";
246 compatible = "fixed-clock";
252 compatible = "fixed-clock";
[all …]
/openbmc/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-clks.dtsi9 compatible = "fixed-clock";
16 compatible = "fixed-clock";
23 compatible = "fixed-clock";
30 compatible = "fixed-clock";
37 compatible = "fixed-clock";
44 compatible = "fixed-clock";
51 compatible = "fixed-clock";
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-a10-hosc.c20 struct clk_fixed_rate *fixed; in sun4i_osc_clk_setup() local
29 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sun4i_osc_clk_setup()
30 if (!fixed) in sun4i_osc_clk_setup()
42 fixed->fixed_rate = rate; in sun4i_osc_clk_setup()
47 &fixed->hw, &clk_fixed_rate_ops, in sun4i_osc_clk_setup()
60 kfree(fixed); in sun4i_osc_clk_setup()
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Djuno-clocks.dtsi10 /* SoC fixed clocks */
12 compatible = "fixed-clock";
19 compatible = "fixed-clock";
26 compatible = "fixed-clock";
33 compatible = "fixed-clock";
40 compatible = "fixed-clock";
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-icore-stm32mp1.dtsi59 compatible = "regulator-fixed";
67 compatible = "regulator-fixed";
75 compatible = "regulator-fixed";
83 compatible = "regulator-fixed";
91 compatible = "regulator-fixed";
99 compatible = "regulator-fixed";
108 compatible = "regulator-fixed";
117 compatible = "regulator-fixed";
125 compatible = "regulator-fixed";
133 compatible = "regulator-fixed";
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c194 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
223 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
224 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
227 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
236 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
237 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
240 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
427 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
428 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
430 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
[all …]
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Daistarvision-mipi-adapter-2.1.dtsi10 compatible = "regulator-fixed";
18 compatible = "regulator-fixed";
26 compatible = "regulator-fixed";
34 compatible = "regulator-fixed";
42 compatible = "regulator-fixed";
50 compatible = "regulator-fixed";
58 compatible = "fixed-clock";
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/
H A Demmc-fvp.wks.in24 part --align 4 --fixed-size 1M
25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a
26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b
27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a
28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b
29 part --fstype=ext4 --fixed-size 7G --label rwfs
30 #part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE…
/openbmc/openbmc/meta-aspeed/wic/
H A Demmc-aspeed.wks.in24 part --align 4 --fixed-size 1M --source rawcopy --sourceparams="file=${DEPLOY_DIR_IMAGE}/u-boot-env…
25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a
26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b
27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a
28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b
29 part --fstype=ext4 --fixed-size 7G --label rwfs
30 part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE}…
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dfixed-factor-clock.txt1 Binding for simple fixed factor rate clock sources.
8 - compatible : shall be "fixed-factor-clock".
10 - clock-div: fixed divider.
11 - clock-mult: fixed multiplier.
19 compatible = "fixed-factor-clock";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam33xx-clocks.dtsi19 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
37 compatible = "fixed-factor-clock";
46 compatible = "fixed-factor-clock";
55 compatible = "fixed-factor-clock";
64 compatible = "fixed-factor-clock";
73 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
91 compatible = "fixed-factor-clock";
100 compatible = "fixed-factor-clock";
[all …]

12345678910>>...121