Home
last modified time | relevance | path

Searched +full:150 +full:m (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dnv12mt_example.svg69 d="m 4500,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
98 d="m 6900,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
113 d="m 9300,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
142 d="m 6900,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
171 d="m 11700,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
200 d="m 14100,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
215 d="m 16500,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
244 d="m 14100,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
273 d="m 4500,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
302 d="m 6900,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
[all …]
H A Dnv12mt.svg84 d="m 4500,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
112 d="m 6900,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
126 d="m 9300,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
154 d="m 6900,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
182 d="m 11700,4600 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
210 d="m 4500,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
238 d="m 6900,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
252 d="m 9300,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
280 d="m 6900,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
308 d="m 11700,6000 -1200,0 0,-1400 2400,0 0,1400 -1200,0 z"
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D29858 p.cmd('write 0 1M')
77 self.vm.hmp_qemu_io('drive0', 'write 0 1M')
90 self.vm.hmp_qemu_io('drive0', 'write 1M 1M')
115 self.vm.hmp_qemu_io('drive0', 'write 0 1M')
129 iotests.qemu_io('--image-opts', '-c', 'write 0 10M', '-c',
130 f'truncate -m {prealloc_mode} {new_size}',
133 iotests.qemu_io('-f', iotests.imgfmt, '-c', 'write 0 10M',
134 '-c', f'truncate -m {prealloc_mode} {new_size}',
152 self.do_test('off', '5M')
155 self.do_test('falloc', '50M')
[all …]
/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c50 .m = {.min = MRST_M_MIN_100L, .max = MRST_M_MAX_100L},
56 .m = {.min = MRST_M_MIN_83, .max = MRST_M_MAX_83},
62 .m = {.min = MRST_M_MIN_100, .max = MRST_M_MAX_100},
69 .m = {.min = 80, .max = 137},
116 clock->dot = (refclk * clock->m) / (14 * clock->p1); in mrst_lvds_clock()
121 DRM_DEBUG_DRIVER("dotclock=%d, m=%d, m1=%d, m2=%d, n=%d, p1=%d, p2=%d\n", in mrst_print_pll()
122 clock->dot, clock->m, clock->m1, clock->m2, clock->n, in mrst_print_pll()
137 for (clock.m = limit->m.min; clock.m <= limit->m.max; clock.m++) { in mrst_sdvo_find_best_pll()
153 actual_freq = (refclk * clock.m) / in mrst_sdvo_find_best_pll()
194 for (clock.m = limit->m.min; clock.m <= limit->m.max; clock.m++) { in mrst_lvds_find_best_pll()
[all …]
H A Dgma_display.c228 udelay(150); in gma_crtc_dpms()
232 udelay(150); in gma_crtc_dpms()
236 udelay(150); in gma_crtc_dpms()
248 udelay(150); in gma_crtc_dpms()
308 udelay(150); in gma_crtc_dpms()
318 udelay(150); in gma_crtc_dpms()
637 udelay(150); in gma_crtc_restore()
648 udelay(150); in gma_crtc_restore()
734 if (clock->m < limit->m.min || limit->m.max < clock->m) in gma_pll_is_valid()
735 GMA_PLL_INVALID("m out of range"); in gma_pll_is_valid()
/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hi3519.c35 { HI3519_FIXED_24M, "24m", NULL, 0, 24000000, },
36 { HI3519_FIXED_50M, "50m", NULL, 0, 50000000, },
37 { HI3519_FIXED_75M, "75m", NULL, 0, 75000000, },
38 { HI3519_FIXED_125M, "125m", NULL, 0, 125000000, },
39 { HI3519_FIXED_150M, "150m", NULL, 0, 150000000, },
40 { HI3519_FIXED_200M, "200m", NULL, 0, 200000000, },
41 { HI3519_FIXED_250M, "250m", NULL, 0, 250000000, },
42 { HI3519_FIXED_300M, "300m", NULL, 0, 300000000, },
43 { HI3519_FIXED_400M, "400m", NULL, 0, 400000000, },
47 "24m", "75m", "125m", "150m", "200m", "250m", "300m", "400m", };
[all …]
H A Dcrg-hi3798cv200.c48 { HI3798CV200_FIXED_12M, "12m", NULL, 0, 12000000, },
49 { HI3798CV200_FIXED_24M, "24m", NULL, 0, 24000000, },
50 { HI3798CV200_FIXED_25M, "25m", NULL, 0, 25000000, },
51 { HI3798CV200_FIXED_48M, "48m", NULL, 0, 48000000, },
52 { HI3798CV200_FIXED_50M, "50m", NULL, 0, 50000000, },
53 { HI3798CV200_FIXED_60M, "60m", NULL, 0, 60000000, },
54 { HI3798CV200_FIXED_75M, "75m", NULL, 0, 75000000, },
55 { HI3798CV200_FIXED_100M, "100m", NULL, 0, 100000000, },
56 { HI3798CV200_FIXED_150M, "150m", NULL, 0, 150000000, },
58 { HI3798CV200_FIXED_200M, "200m", NULL, 0, 200000000, },
[all …]
H A Dclk-hix5hd2.c14 { HIX5HD2_FIXED_1200M, "1200m", NULL, 0, 1200000000, },
15 { HIX5HD2_FIXED_400M, "400m", NULL, 0, 400000000, },
16 { HIX5HD2_FIXED_48M, "48m", NULL, 0, 48000000, },
17 { HIX5HD2_FIXED_24M, "24m", NULL, 0, 24000000, },
18 { HIX5HD2_FIXED_600M, "600m", NULL, 0, 600000000, },
19 { HIX5HD2_FIXED_300M, "300m", NULL, 0, 300000000, },
20 { HIX5HD2_FIXED_75M, "75m", NULL, 0, 75000000, },
21 { HIX5HD2_FIXED_200M, "200m", NULL, 0, 200000000, },
22 { HIX5HD2_FIXED_100M, "100m", NULL, 0, 100000000, },
23 { HIX5HD2_FIXED_40M, "40m", NULL, 0, 40000000, },
[all …]
H A Dclk-hi3559a.c62 { HI3559AV100_FIXED_1188M, "1188m", NULL, 0, 1188000000, },
63 { HI3559AV100_FIXED_1000M, "1000m", NULL, 0, 1000000000, },
64 { HI3559AV100_FIXED_842M, "842m", NULL, 0, 842000000, },
65 { HI3559AV100_FIXED_792M, "792m", NULL, 0, 792000000, },
66 { HI3559AV100_FIXED_750M, "750m", NULL, 0, 750000000, },
67 { HI3559AV100_FIXED_710M, "710m", NULL, 0, 710000000, },
68 { HI3559AV100_FIXED_680M, "680m", NULL, 0, 680000000, },
69 { HI3559AV100_FIXED_667M, "667m", NULL, 0, 667000000, },
70 { HI3559AV100_FIXED_631M, "631m", NULL, 0, 631000000, },
71 { HI3559AV100_FIXED_600M, "600m", NULL, 0, 600000000, },
[all …]
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DTreeMapping.svg47 …d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.…
60 …d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.…
72 d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
165 points="675,375 675,150 300,150 300,358 "
168 <!-- Arrowhead on XXXpoint 300 150 - 300 390-->
177 points="1725,375 1725,150 900,150 900,358 "
180 <!-- Arrowhead on XXXpoint 900 150 - 900 390-->
296 y="150"
H A DTreeMappingLevel.svg47 …d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.…
113 d="M 1800,900 A 118 118 0 0 0 1800 1125 "
118 d="M 750,900 A 75 75 0 0 0 750 1050 "
173 points="675,375 675,150 300,150 300,358 "
176 <!-- Arrowhead on XXXpoint 300 150 - 300 390-->
179 points="1725,375 1725,150 900,150 900,358 "
182 <!-- Arrowhead on XXXpoint 900 150 - 900 390-->
234 x="150"
246 x="150"
258 x="150"
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-pata-timings.c27 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0 },
40 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 },
45 /* { XFER_UDMA_SLOW, 0, 0, 0, 0, 0, 0, 0, 0, 150 }, */
75 struct ata_timing *m, unsigned int what) in ata_timing_merge() argument
78 m->setup = max(a->setup, b->setup); in ata_timing_merge()
80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge()
82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()
84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()
86 m->active = max(a->active, b->active); in ata_timing_merge()
88 m->recover = max(a->recover, b->recover); in ata_timing_merge()
[all …]
/openbmc/linux/drivers/scsi/megaraid/
H A DKconfig.megaraid14 To compile this driver as a module, choose M here: the
49 LSI MegaRAID SATA 150-4 1000:1960:1000:4523
50 LSI MegaRAID SATA 150-6 1000:1960:1000:0523
65 To compile this driver as a module, choose M here: the
76 To compile this driver as a module, choose M here: the
85 To compile this driver as a module, choose 'm' here.
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dmediatek,mt7621-sysc.yaml78 "50m", "125m", "150m",
79 "250m", "270m";
/openbmc/linux/drivers/media/pci/ivtv/
H A DKconfig26 This is used in devices such as the Hauppauge PVR-150/250/350/500
29 To compile this driver as a module, choose M here: the
45 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument
12 .mode = m, \
30 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
32 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0,
36 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0,
39 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
41 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0,
45 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0,
48 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
50 RADAR_SPEC(0, 40, 4, 59, 96, 380, 150, 4900, 100096, 40, 0,
[all …]
/openbmc/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c74 * @refs: reference error values for -40C, 30C, 125C & 150C
75 * @errs: Actual error values for -40C, 30C, 125C & 150C read from the efuse
85 int m = 0, c, num, den, i, err, idx1, idx2, err1, err2, ref1, ref2; in create_table_segments() local
105 m = num / den; in create_table_segments()
106 c = ref2 - m * err2; in create_table_segments()
112 if (den != 0 && m != 0) { in create_table_segments()
114 err = (i - c) / m; in create_table_segments()
136 * region +125C to +150C in prep_lookup_table()
327 /* Err value for 150C is set to 0 */ in get_efuse_values()
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py52 # | 150 | 150 | | | |
54 # | 59 | 59 | 150 | | |
151 cond_add_stress("hdd", ["-d", cpu_cnt, "--hdd-bytes", "20M"])
152 cond_add_stress("vm", ["-m", cpu_cnt, "--vm-bytes", "10M"])
195 m = s//60
196 s -= 60*m;
197 h = m//60
198 m -= 60*h
200 return "%d:%02d:%02d" % (h, m, s)
287 m = rex.search(line.decode('utf-8'))
[all …]
/openbmc/linux/sound/pci/
H A DKconfig21 To compile this as a module, choose M here: the module
31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
33 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
62 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
82 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
85 To compile this driver as a module, choose M here: the module
93 motherboards with ATI chipsets (ATI IXP 150/200/250).
95 To compile this driver as a module, choose M here: the module
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local
545 M = 10; in create_pa_curve()
547 M = 9; in create_pa_curve()
549 M = 8; in create_pa_curve()
572 (x_est_fxp1_nonlin * (1 << M) + y_est[i + I]) / y_est[i + in create_pa_curve()
575 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
577 (x_tilde[i] * (1 << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
638 order_1 = 3 * M - Q_x - Q_B1 - Q_beta + 10 + Q_scale_B; in create_pa_curve()
639 order_2 = 3 * M - Q_x - Q_B2 - Q_alpha + 10 + Q_scale_B; in create_pa_curve()
675 ((theta[i + I] << M) + y_est[i + I]) / y_est[i + I]; in create_pa_curve()
[all …]
/openbmc/u-boot/tools/logos/
H A Du-boot_logo.svg104 d="m 116,76 a 20,20 0 0 1 -20,-20 20,20 0 0 1 20,-20 v 11 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 z"
109 d="m 116,66 a 10,10 0 0 1 -10,-10 10,10 0 0 1 10,-10 v 1 a 9,9 0 0 0 -9,9 9,9 0 0 0 9,9 z"
229 cx="150"
236 cx="150"
243 cx="150"
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c71 GATE(MT7621_CLK_HSDMA, "hsdma", "150m", BIT(5)),
72 GATE(MT7621_CLK_FE, "fe", "250m", BIT(6)),
73 GATE(MT7621_CLK_SP_DIVTX, "sp_divtx", "270m", BIT(7)),
74 GATE(MT7621_CLK_TIMER, "timer", "50m", BIT(8)),
75 GATE(MT7621_CLK_PCM, "pcm", "270m", BIT(11)),
76 GATE(MT7621_CLK_PIO, "pio", "50m", BIT(13)),
78 GATE(MT7621_CLK_NAND, "nand", "125m", BIT(15)),
79 GATE(MT7621_CLK_I2C, "i2c", "50m", BIT(16)),
80 GATE(MT7621_CLK_I2S, "i2s", "270m", BIT(17)),
82 GATE(MT7621_CLK_UART1, "uart1", "50m", BIT(19)),
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z196/
H A Dextended.json3 "Unit": "CPU-M-CF",
10 "Unit": "CPU-M-CF",
17 "Unit": "CPU-M-CF",
24 "Unit": "CPU-M-CF",
31 "Unit": "CPU-M-CF",
38 "Unit": "CPU-M-CF",
45 "Unit": "CPU-M-CF",
52 "Unit": "CPU-M-CF",
59 "Unit": "CPU-M-CF",
66 "Unit": "CPU-M-CF",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dsgtl5000.yaml49 micbias-voltage-m-volts:
106 clocks = <&clks 150>;
108 micbias-voltage-m-volts = <2250>;
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c30 unsigned int p, m, n, s; in mgag200_g200eh3_pixpllc_atomic_check() local
33 m = n = p = s = 0; in mgag200_g200eh3_pixpllc_atomic_check()
37 for (testm = 150; testm >= 6; testm--) { in mgag200_g200eh3_pixpllc_atomic_check()
51 m = testm + 1; in mgag200_g200eh3_pixpllc_atomic_check()
61 pixpllc->m = m; in mgag200_g200eh3_pixpllc_atomic_check()

12345678910>>...16