Home
last modified time | relevance | path

Searched refs:min (Results 1 – 25 of 3723) sorted by relevance

12345678910>>...149

/Linux-v5.15/Documentation/devicetree/bindings/ddr/
Dlpddr3.txt21 - tRFC-min-tck
22 - tRRD-min-tck
23 - tRPab-min-tck
24 - tRPpb-min-tck
25 - tRCD-min-tck
26 - tRC-min-tck
27 - tRAS-min-tck
28 - tWTR-min-tck
29 - tWR-min-tck
30 - tRTP-min-tck
[all …]
Dlpddr2.txt22 - tRRD-min-tck
23 - tWTR-min-tck
24 - tXP-min-tck
25 - tRTP-min-tck
26 - tCKE-min-tck
27 - tRPab-min-tck
28 - tRCD-min-tck
29 - tWR-min-tck
30 - tRASmin-min-tck
31 - tCKESR-min-tck
[all …]
/Linux-v5.15/drivers/net/ipa/
Dipa_data-v3.1.c186 .min = 3, .max = 255,
189 .min = 3, .max = 255,
192 .min = 1, .max = 255,
195 .min = 1, .max = 255,
198 .min = 2, .max = 255,
203 .min = 0, .max = 255,
206 .min = 0, .max = 255,
209 .min = 0, .max = 255,
212 .min = 0, .max = 255,
215 .min = 0, .max = 255,
[all …]
Dipa_data-v3.5.1.c178 .min = 1, .max = 255,
181 .min = 1, .max = 255,
184 .min = 1, .max = 63,
189 .min = 10, .max = 10,
192 .min = 10, .max = 10,
195 .min = 8, .max = 8,
200 .min = 12, .max = 12,
203 .min = 14, .max = 14,
206 .min = 8, .max = 8,
211 .min = 0, .max = 63,
[all …]
/Linux-v5.15/drivers/iio/pressure/
Dabp060mg.c34 int min; member
40 [ABP006KG] = { .min = 0, .max = 6000 },
41 [ABP010KG] = { .min = 0, .max = 10000 },
42 [ABP016KG] = { .min = 0, .max = 16000 },
43 [ABP025KG] = { .min = 0, .max = 25000 },
44 [ABP040KG] = { .min = 0, .max = 40000 },
45 [ABP060KG] = { .min = 0, .max = 60000 },
46 [ABP100KG] = { .min = 0, .max = 100000 },
47 [ABP160KG] = { .min = 0, .max = 160000 },
48 [ABP250KG] = { .min = 0, .max = 250000 },
[all …]
/Linux-v5.15/drivers/memory/
Dof_memory.c32 struct lpddr2_min_tck *min; in of_get_min_tck() local
34 min = devm_kzalloc(dev, sizeof(*min), GFP_KERNEL); in of_get_min_tck()
35 if (!min) in of_get_min_tck()
38 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_get_min_tck()
39 ret |= of_property_read_u32(np, "tRCD-min-tck", &min->tRCD); in of_get_min_tck()
40 ret |= of_property_read_u32(np, "tWR-min-tck", &min->tWR); in of_get_min_tck()
41 ret |= of_property_read_u32(np, "tRASmin-min-tck", &min->tRASmin); in of_get_min_tck()
42 ret |= of_property_read_u32(np, "tRRD-min-tck", &min->tRRD); in of_get_min_tck()
43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
44 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_get_min_tck()
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dpll.c18 int min, max; member
27 .dot = { .min = 25000, .max = 350000 },
28 .vco = { .min = 908000, .max = 1512000 },
29 .n = { .min = 2, .max = 16 },
30 .m = { .min = 96, .max = 140 },
31 .m1 = { .min = 18, .max = 26 },
32 .m2 = { .min = 6, .max = 16 },
33 .p = { .min = 4, .max = 128 },
34 .p1 = { .min = 2, .max = 33 },
40 .dot = { .min = 25000, .max = 350000 },
[all …]
/Linux-v5.15/arch/riscv/boot/dts/sifive/
Dhifive-unmatched-a00.dts75 regulator-min-microvolt = <900000>;
77 regulator-min-microamp = <5000000>;
83 regulator-min-microvolt = <900000>;
85 regulator-min-microamp = <5000000>;
91 regulator-min-microvolt = <1800000>;
93 regulator-min-microamp = <2500000>;
99 regulator-min-microvolt = <1050000>;
101 regulator-min-microamp = <1500000>;
107 regulator-min-microvolt = <1200000>;
109 regulator-min-microamp = <3000000>;
[all …]
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dsc7280-idp.dtsi21 regulator-min-microvolt = <1856000>;
26 regulator-min-microvolt = <535000>;
31 regulator-min-microvolt = <1256000>;
36 regulator-min-microvolt = <825000>;
41 regulator-min-microvolt = <2700000>;
46 regulator-min-microvolt = <1140000>;
51 regulator-min-microvolt = <2960000>;
56 regulator-min-microvolt = <870000>;
61 regulator-min-microvolt = <1080000>;
66 regulator-min-microvolt = <1504000>;
[all …]
Dmsm8992-bullhead-rev-101.dts82 regulator-min-microvolt = <800000>;
91 regulator-min-microvolt = <1300000>;
96 regulator-min-microvolt = <1800000>;
103 regulator-min-microvolt = <2150000>;
108 regulator-min-microvolt = <1000000>;
115 regulator-min-microvolt = <1000000>;
120 regulator-min-microvolt = <1250000>;
125 regulator-min-microvolt = <1200000>;
130 regulator-min-microvolt = <1225000>;
137 regulator-min-microvolt = <1800000>;
[all …]
Dmsm8992-xiaomi-libra.dts150 regulator-min-microvolt = <1300000>;
155 regulator-min-microvolt = <1800000>;
163 regulator-min-microvolt = <2150000>;
168 regulator-min-microvolt = <1000000>;
175 regulator-min-microvolt = <1000000>;
180 regulator-min-microvolt = <1250000>;
185 regulator-min-microvolt = <1200000>;
190 regulator-min-microvolt = <1225000>;
197 regulator-min-microvolt = <1800000>;
204 regulator-min-microvolt = <1800000>;
[all …]
Dapq8096-ifc6640.dts33 regulator-min-microvolt = <1050000>;
45 regulator-min-microvolt = <12000000>;
55 regulator-min-microvolt = <3300000>;
67 regulator-min-microvolt = <5000000>;
79 regulator-min-microvolt = <3800000>;
191 regulator-min-microvolt = <1300000>;
197 regulator-min-microvolt = <1800000>;
203 regulator-min-microvolt = <2150000>;
208 regulator-min-microvolt = <800000>;
214 regulator-min-microvolt = <1000000>;
[all …]
Dmsm8916-asus-z00l.dts82 regulator-min-microvolt = <1200000>;
87 regulator-min-microvolt = <1800000>;
92 regulator-min-microvolt = <1225000>;
97 regulator-min-microvolt = <1200000>;
102 regulator-min-microvolt = <2050000>;
107 regulator-min-microvolt = <1800000>;
112 regulator-min-microvolt = <1800000>;
117 regulator-min-microvolt = <1800000>;
122 regulator-min-microvolt = <2850000>;
127 regulator-min-microvolt = <3300000>;
[all …]
/Linux-v5.15/drivers/clk/at91/
Dsama5d2.c13 .output = { .min = 124000000, .max = 166000000 },
22 { .min = 600000000, .max = 1200000000 },
26 .input = { .min = 12000000, .max = 24000000 },
60 { .n = "macb0_clk", .id = 5, .r = { .min = 0, .max = 83000000 }, },
61 { .n = "tdes_clk", .id = 11, .r = { .min = 0, .max = 83000000 }, },
64 { .n = "pioA_clk", .id = 18, .r = { .min = 0, .max = 83000000 }, },
65 { .n = "flx0_clk", .id = 19, .r = { .min = 0, .max = 83000000 }, },
66 { .n = "flx1_clk", .id = 20, .r = { .min = 0, .max = 83000000 }, },
67 { .n = "flx2_clk", .id = 21, .r = { .min = 0, .max = 83000000 }, },
68 { .n = "flx3_clk", .id = 22, .r = { .min = 0, .max = 83000000 }, },
[all …]
/Linux-v5.15/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi12 tRPab-min-tck = <3>;
13 tRCD-min-tck = <3>;
14 tWR-min-tck = <3>;
15 tRASmin-min-tck = <3>;
16 tRRD-min-tck = <2>;
17 tWTR-min-tck = <2>;
18 tXP-min-tck = <2>;
19 tRTP-min-tck = <2>;
20 tCKE-min-tck = <3>;
21 tCKESR-min-tck = <3>;
[all …]
Dqcom-apq8074-dragonboard.dts153 regulator-min-microvolt = <675000>;
158 regulator-min-microvolt = <500000>;
163 regulator-min-microvolt = <500000>;
168 regulator-min-microvolt = <500000>;
182 regulator-min-microvolt = <1300000>;
189 regulator-min-microvolt = <2150000>;
195 regulator-min-microvolt = <1800000>;
202 regulator-min-microvolt = <1225000>;
210 regulator-min-microvolt = <1200000>;
215 regulator-min-microvolt = <1225000>;
[all …]
Dmmp2-brownstone.dts41 regulator-min-microvolt = <637500>;
47 regulator-min-microvolt = <650000>;
53 regulator-min-microvolt = <750000>;
59 regulator-min-microvolt = <750000>;
65 regulator-min-microvolt = <650000>;
71 regulator-min-microvolt = <650000>;
77 regulator-min-microvolt = <750000>;
83 regulator-min-microvolt = <750000>;
89 regulator-min-microvolt = <750000>;
95 regulator-min-microvolt = <750000>;
[all …]
Dmt6323.dtsi29 regulator-min-microvolt = < 700000>;
38 regulator-min-microvolt = <1400000>;
47 regulator-min-microvolt = < 500000>;
53 regulator-min-microvolt = <2800000>;
62 regulator-min-microvolt = <2800000>;
69 regulator-min-microvolt = <3300000>;
76 regulator-min-microvolt = <3300000>;
83 regulator-min-microvolt = <2800000>;
92 regulator-min-microvolt = <1500000>;
99 regulator-min-microvolt = <2800000>;
[all …]
Dqcom-msm8974-fairphone-fp2.dts64 regulator-min-microvolt = <675000>;
69 regulator-min-microvolt = <500000>;
74 regulator-min-microvolt = <1050000>;
90 regulator-min-microvolt = <1300000>;
98 regulator-min-microvolt = <2150000>;
105 regulator-min-microvolt = <1800000>;
113 regulator-min-microvolt = <1225000>;
121 regulator-min-microvolt = <1200000>;
126 regulator-min-microvolt = <1225000>;
131 regulator-min-microvolt = <1225000>;
[all …]
Dqcom-apq8064-sony-xperia-yuga.dts100 regulator-min-microvolt = <1225000>;
107 regulator-min-microvolt = <1300000>;
114 regulator-min-microvolt = <500000>;
122 regulator-min-microvolt = <1800000>;
130 regulator-min-microvolt = <1300000>;
136 regulator-min-microvolt = <2200000>;
144 regulator-min-microvolt = <1100000>;
150 regulator-min-microvolt = <1200000>;
156 regulator-min-microvolt = <3075000>;
163 regulator-min-microvolt = <1800000>;
[all …]
Dqcom-msm8960-cdp.dts56 regulator-min-microvolt = <1225000>;
63 regulator-min-microvolt = <1300000>;
70 regulator-min-microvolt = <500000>;
78 regulator-min-microvolt = <1800000>;
86 regulator-min-microvolt = <1150000>;
94 regulator-min-microvolt = <2050000>;
103 regulator-min-microvolt = <1050000>;
109 regulator-min-microvolt = <1200000>;
115 regulator-min-microvolt = <3075000>;
122 regulator-min-microvolt = <1800000>;
[all …]
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dmt6358.dtsi23 regulator-min-microvolt = <500000>;
33 regulator-min-microvolt = <500000>;
43 regulator-min-microvolt = <500000>;
52 regulator-min-microvolt = <500000>;
62 regulator-min-microvolt = <500000>;
72 regulator-min-microvolt = <500000>;
81 regulator-min-microvolt = <500000>;
90 regulator-min-microvolt = <500000>;
100 regulator-min-microvolt = <1000000>;
109 regulator-min-microvolt = <600000>;
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Dmt6358-regulator.txt32 regulator-min-microvolt = <500000>;
41 regulator-min-microvolt = <500000>;
50 regulator-min-microvolt = <500000>;
58 regulator-min-microvolt = <500000>;
67 regulator-min-microvolt = <500000>;
76 regulator-min-microvolt = <500000>;
84 regulator-min-microvolt = <500000>;
93 regulator-min-microvolt = <500000>;
102 regulator-min-microvolt = <1000000>;
111 regulator-min-microvolt = <600000>;
[all …]
Dda9211.txt30 regulator-min-microvolt = < 300000>;
32 regulator-min-microamp = <2000000>;
50 regulator-min-microvolt = < 300000>;
52 regulator-min-microamp = <2000000>;
58 regulator-min-microvolt = < 300000>;
60 regulator-min-microamp = <2000000>;
76 regulator-min-microvolt = < 300000>;
78 regulator-min-microamp = <3000000>;
94 regulator-min-microvolt = < 300000>;
96 regulator-min-microamp = <3000000>;
[all …]
Dmt6323-regulator.txt25 regulator-min-microvolt = < 700000>;
34 regulator-min-microvolt = <1400000>;
43 regulator-min-microvolt = < 500000>;
49 regulator-min-microvolt = <2800000>;
58 regulator-min-microvolt = <2800000>;
65 regulator-min-microvolt = <3300000>;
72 regulator-min-microvolt = <3300000>;
79 regulator-min-microvolt = <2800000>;
88 regulator-min-microvolt = <1500000>;
95 regulator-min-microvolt = <2800000>;
[all …]

12345678910>>...149