HomeSort by: relevance | last modified time | path
    Searched refs:opp (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/arch/arm/dts/
sun8i-h3-orangepi-plus2e.dts 32 opp-1200000000 {
33 opp-hz = /bits/ 64 <1200000000>;
34 opp-microvolt = <1320000 1320000 1320000>;
38 opp-1296000000 {
39 opp-hz = /bits/ 64 <1296000000>;
40 opp-microvolt = <1340000 1340000 1340000>;
  /src/external/gpl3/gcc/dist/libgfortran/io/
open.c 209 edit_modes (st_parameter_open *opp, gfc_unit *u, unit_flags *flags)
215 generate_error (&opp->common, LIBERROR_BAD_OPTION,
219 generate_error (&opp->common, LIBERROR_BAD_OPTION,
223 generate_error (&opp->common, LIBERROR_BAD_OPTION,
226 if ((opp->common.flags & IOPARM_OPEN_HAS_RECL_IN)
227 && opp->recl_in != u->recl)
228 generate_error (&opp->common, LIBERROR_BAD_OPTION,
232 generate_error (&opp->common, LIBERROR_BAD_OPTION,
236 generate_error (&opp->common, LIBERROR_BAD_OPTION,
240 generate_error (&opp->common, LIBERROR_BAD_OPTION
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
open.c 209 edit_modes (st_parameter_open *opp, gfc_unit *u, unit_flags *flags)
215 generate_error (&opp->common, LIBERROR_BAD_OPTION,
219 generate_error (&opp->common, LIBERROR_BAD_OPTION,
223 generate_error (&opp->common, LIBERROR_BAD_OPTION,
226 if ((opp->common.flags & IOPARM_OPEN_HAS_RECL_IN)
227 && opp->recl_in != u->recl)
228 generate_error (&opp->common, LIBERROR_BAD_OPTION,
232 generate_error (&opp->common, LIBERROR_BAD_OPTION,
236 generate_error (&opp->common, LIBERROR_BAD_OPTION,
240 generate_error (&opp->common, LIBERROR_BAD_OPTION
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-a33.dtsi 49 cpu0_opp_table: opp-table-cpu {
51 opp-shared;
53 opp-120000000 {
54 opp-hz = /bits/ 64 <120000000>;
55 opp-microvolt = <1040000>;
59 opp-240000000 {
60 opp-hz = /bits/ 64 <240000000>;
61 opp-microvolt = <1040000>;
65 opp-312000000 {
66 opp-hz = /bits/ 64 <312000000>
    [all...]
sun8i-h3.dtsi 47 cpu0_opp_table: opp-table-cpu {
49 opp-shared;
51 opp-648000000 {
52 opp-hz = /bits/ 64 <648000000>;
53 opp-microvolt = <1040000 1040000 1300000>;
57 opp-816000000 {
58 opp-hz = /bits/ 64 <816000000>;
59 opp-microvolt = <1100000 1100000 1300000>;
63 opp-1008000000 {
64 opp-hz = /bits/ 64 <1008000000>
    [all...]
sun8i-a83t.dtsi 203 cpu0_opp_table: opp-table-cluster0 {
205 opp-shared;
207 opp-480000000 {
208 opp-hz = /bits/ 64 <480000000>;
209 opp-microvolt = <840000>;
213 opp-600000000 {
214 opp-hz = /bits/ 64 <600000000>;
215 opp-microvolt = <840000>;
219 opp-720000000 {
220 opp-hz = /bits/ 64 <720000000>
    [all...]
sun8i-a33-sinlinx-sina33.dts 85 opp-1104000000 {
86 opp-hz = /bits/ 64 <1104000000>;
87 opp-microvolt = <1320000>;
91 opp-1200000000 {
92 opp-hz = /bits/ 64 <1200000000>;
93 opp-microvolt = <1320000>;
sun8i-r16-bananapi-m2m.dts 108 opp-1104000000 {
109 opp-hz = /bits/ 64 <1104000000>;
110 opp-microvolt = <1320000>;
114 opp-1200000000 {
115 opp-hz = /bits/ 64 <1200000000>;
116 opp-microvolt = <1320000>;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_opp.c 146 struct output_pixel_processor *opp,
149 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
237 struct output_pixel_processor *opp,
242 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
248 if (opp->dyn_expansion == DYN_EXPANSION_DISABLE)
280 struct output_pixel_processor *opp,
283 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
290 struct output_pixel_processor *opp,
294 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
302 opp,
    [all...]
dcn10_opp.h 30 #include "opp.h"
32 #define TO_DCN10_OPP(opp)\
33 container_of(opp, struct dcn10_opp, base)
168 struct output_pixel_processor *opp,
174 struct output_pixel_processor *opp,
179 struct output_pixel_processor *opp,
183 struct output_pixel_processor *opp,
187 void opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable);
189 void opp1_destroy(struct output_pixel_processor **opp);
  /src/external/gpl3/gcc/dist/gcc/
gimple-streamer-in.cc 156 tree *opp, op = stream_read_tree (ib, data_in); local
161 opp = gimple_op_ptr (stmt, i);
162 if (TREE_CODE (*opp) == ADDR_EXPR)
163 opp = &TREE_OPERAND (*opp, 0);
164 while (handled_component_p (*opp))
165 opp = &TREE_OPERAND (*opp, 0);
170 if (TREE_CODE (*opp) == MEM_REF
171 && TREE_CODE (TREE_OPERAND (*opp, 0)) == ADDR_EXP
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-streamer-in.cc 156 tree *opp, op = stream_read_tree (ib, data_in); local
161 opp = gimple_op_ptr (stmt, i);
162 if (TREE_CODE (*opp) == ADDR_EXPR)
163 opp = &TREE_OPERAND (*opp, 0);
164 while (handled_component_p (*opp))
165 opp = &TREE_OPERAND (*opp, 0);
170 if (TREE_CODE (*opp) == MEM_REF
171 && TREE_CODE (TREE_OPERAND (*opp, 0)) == ADDR_EXP
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_opp.c 417 struct output_pixel_processor *opp,
420 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
428 struct output_pixel_processor *opp,
431 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
437 static void program_formatter_420_memory(struct output_pixel_processor *opp)
439 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
457 struct output_pixel_processor *opp,
462 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
496 static void program_formatter_reset_dig_resync_fifo(struct output_pixel_processor *opp)
498 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
    [all...]
  /src/sys/kern/
subr_disklabel.c 61 struct partition *opp, *npp; local
93 opp = &olp->d_partitions[i];
99 if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) {
100 *npp = *opp;
103 if (npp->p_offset != opp->p_offset || npp->p_size < opp->p_size)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
opp.h 1 /* $NetBSD: opp.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
277 struct output_pixel_processor *opp,
282 struct output_pixel_processor *opp,
288 struct output_pixel_processor *opp,
293 struct output_pixel_processor *opp,
297 void (*opp_destroy)(struct output_pixel_processor **opp);
300 struct output_pixel_processor *opp,
305 struct output_pixel_processor *opp,
309 struct output_pixel_processor *opp,
318 struct output_pixel_processor *opp);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_parse.c 99 const unsigned char *p, *ep, *tot, *op, *opp; local
180 opp = op;
181 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
203 opp = op;
204 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
206 opp = os->data;
211 if (((opp[i] < ' ') && (opp[i] != '\n') && (opp[i] != '\r') && (opp[i] != '\t')) || (opp[i] > '~'))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_parse.c 97 const unsigned char *p, *ep, *tot, *op, *opp; local
185 opp = op;
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
208 opp = op;
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
211 opp = os->data;
216 if (((opp[i] < ' ') &&
217 (opp[i] != '\n') &&
218 (opp[i] != '\r') &&
219 (opp[i] != '\t')) || (opp[i] > '~'))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_par.c 72 const unsigned char *p, *ep, *tot, *op, *opp; local
178 opp = op;
179 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
201 opp = op;
202 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
204 opp = os->data;
209 if (((opp[i] < ' ') &&
210 (opp[i] != '\n') &&
211 (opp[i] != '\r') &&
212 (opp[i] != '\t')) || (opp[i] > '~'))
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/aspeed/
Makefile 51 aspeed-bmc-opp-lanyang.dtb \
52 aspeed-bmc-opp-mowgli.dtb \
53 aspeed-bmc-opp-nicole.dtb \
54 aspeed-bmc-opp-palmetto.dtb \
55 aspeed-bmc-opp-romulus.dtb \
56 aspeed-bmc-opp-swift.dtb \
57 aspeed-bmc-opp-tacoma.dtb \
58 aspeed-bmc-opp-vesnin.dtb \
59 aspeed-bmc-opp-witherspoon.dtb \
60 aspeed-bmc-opp-zaius.dtb
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_opp.h 32 #define TO_DCN20_OPP(opp)\
33 container_of(opp, struct dcn20_opp, base)
143 struct output_pixel_processor *opp,
151 bool opp2_dpg_is_blanked(struct output_pixel_processor *opp);
154 struct output_pixel_processor *opp,
158 struct output_pixel_processor *opp,
amdgpu_dcn20_opp.c 47 struct output_pixel_processor *opp,
55 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
276 opp2_dpg_set_blank_color(opp, solid_color);
293 struct output_pixel_processor *opp,
296 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
311 bool opp2_dpg_is_blanked(struct output_pixel_processor *opp)
313 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
329 struct output_pixel_processor *opp,
332 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-ubsan.cc 121 tree op, *opp;
131 opp = &OBJ_TYPE_REF_EXPR (fn);
137 opp = &CALL_EXPR_ARG (stmt, 0);
138 if (*opp == error_mark_node
139 || !INDIRECT_TYPE_P (TREE_TYPE (*opp)))
141 while (TREE_CODE (*opp) == COMPOUND_EXPR)
142 opp = &TREE_OPERAND (*opp, 1);
143 op = *opp;
151 *opp = cp_build_compound_expr (op, *opp, tf_none)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-ubsan.cc 121 tree op, *opp;
131 opp = &OBJ_TYPE_REF_EXPR (fn);
137 opp = &CALL_EXPR_ARG (stmt, 0);
138 if (*opp == error_mark_node
139 || !INDIRECT_TYPE_P (TREE_TYPE (*opp)))
141 while (TREE_CODE (*opp) == COMPOUND_EXPR)
142 opp = &TREE_OPERAND (*opp, 1);
143 op = *opp;
151 *opp = cp_build_compound_expr (op, *opp, tf_none)
    [all...]
  /src/sys/dev/fdt/
cpufreq_dt.c 96 struct cpufreq_dt_opp *opp = NULL; local
104 opp = &sc->sc_opp[n];
107 if (opp == NULL)
112 new_uv = opp->voltage_uv;
134 const u_int latency_us = howmany(opp->latency_ns, 1000);
343 const u_int *opp; local
346 opp = fdtbus_get_prop(phandle, "operating-points", &len);
352 for (i = 0; i < sc->sc_nopp; i++, opp += 2) {
353 sc->sc_opp[i].freq_khz = be32toh(opp[0]);
354 sc->sc_opp[i].voltage_uv = be32toh(opp[1])
364 struct fdt_opp_info * const *opp; local
541 struct cpufreq_dt_opp * const opp = &sc->sc_opp[0]; local
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt7622.dtsi 23 cpu_opp_table: opp-table {
25 opp-shared;
26 opp-300000000 {
27 opp-hz = /bits/ 64 <30000000>;
28 opp-microvolt = <950000>;
31 opp-437500000 {
32 opp-hz = /bits/ 64 <437500000>;
33 opp-microvolt = <1000000>;
36 opp-600000000 {
37 opp-hz = /bits/ 64 <600000000>
    [all...]

Completed in 57 milliseconds

1 2 3