Home
last modified time | relevance | path

Searched refs:typ (Results 76 – 100 of 102) sorted by relevance

12345

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h280 uint32_t typ:2; member
284 uint32_t typ:2;
310 uint32_t typ:2; member
314 uint32_t typ:2;
339 uint32_t typ:2; member
343 uint32_t typ:2;
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h460 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
465 &__oreq->r_ops[__whch].typ.fld; \
/openbmc/u-boot/drivers/video/
H A Dlogicore_dp_tx.c2250 if (timing->hactive.typ == 1024 && timing->vactive.typ == 768) in logicore_dp_tx_enable()
2252 else if (timing->hactive.typ == 720 && timing->vactive.typ == 400) in logicore_dp_tx_enable()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c258 dt->hactive.typ, dt->vactive.typ); in panel_edp_get_timings_modes()
698 (to_check->field.typ >= bounds->field.min && \
699 to_check->field.typ <= bounds->field.max)
H A Dpanel-simple.c179 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
506 (to_check->field.typ >= bounds->field.min && \
507 to_check->field.typ <= bounds->field.max)
/openbmc/u-boot/include/
H A Dfdtdec.h866 u32 typ; member
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-venice-gw7902.dts436 /* vdd_soc: 0.805-0.900V (typ=0.8V) */
446 /* vdd_arm: 0.805-1.0V (typ=0.9V) */
458 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
H A Dimx8mm-venice-gw7902.dts438 /* vdd_soc: 0.805-0.900V (typ=0.8V) */
448 /* vdd_arm: 0.805-1.0V (typ=0.9V) */
460 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
H A Dimx8mm-venice-gw7901.dts519 /* vdd_soc: 0.805-0.900V (typ=0.8V) */
529 /* vdd_arm: 0.805-1.0V (typ=0.9V) */
541 /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py293 def _add_doc(self, typ, sections): argument
305 nodes.Text(' (' + typ + ')')])
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dpersist_data.py140 def __exit__(self, typ, value, traceback): argument
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dnetjet.c67 enum nj_types typ; member
280 if (card->typ == NETJET_S_TJ320) /* TJ320 */ in nj_reset()
1097 card->typ = NETJET_S_TJ320; in nj_probe()
1099 card->typ = NETJET_S_TJ300; in nj_probe()
/openbmc/u-boot/lib/
H A Dfdtdec.c1013 result->typ = fdtdec_get_int(blob, node, name, 0); in decode_timing_property()
1014 result->min = result->typ; in decode_timing_property()
1015 result->max = result->typ; in decode_timing_property()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c257 int div = clock_get_pll3() / edid->pixelclock.typ; in sunxi_dw_hdmi_lcdc_init()
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1988 uint8_t typ; in ipmi_sdr_print_discrete_state_mini() local
1997 typ = sensor_type; in ipmi_sdr_print_discrete_state_mini()
2000 typ = event_type; in ipmi_sdr_print_discrete_state_mini()
2007 if ((evt->code != typ) || in ipmi_sdr_print_discrete_state_mini()
2045 uint8_t typ; in ipmi_sdr_print_discrete_state() local
2054 typ = sensor_type; in ipmi_sdr_print_discrete_state()
2057 typ = event_type; in ipmi_sdr_print_discrete_state()
2061 if ((evt->code != typ) || in ipmi_sdr_print_discrete_state()
/openbmc/qemu/audio/
H A Dcoreaudio.m231 const char *typ,
238 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dsrq_cmd.c108 #define set_srq_page_size(in, typ, log_pgsz_fld) \ argument
110 (in)->umem, typ, log_pgsz_fld, \
/openbmc/qemu/target/xtensa/core-dc233c/
H A Dgdb-config.c.inc24 /* idx ofs bi sz al targno flags cp typ group name */
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c790 #define IFC_GET_CLR(typ, p, fld, clear) ({ \ argument
792 u32 __t = MLX5_GET(typ, __p, fld); \
794 MLX5_SET(typ, __p, fld, 0); \
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h381 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz,
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vclk.c889 vclk_freq = mode->pixelclock.typ / 1000; in meson_vpu_setup_vclk()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c190 unsigned int min, typ, max; member
194 { .min = _min, .typ = _typ, .max = _max }
393 hslen = DIV_ROUND_UP(params->hslen_ns.typ, pixel_duration_ns); in fill_analog_mode()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c751 static const char *efx_tc_encap_type_name(enum efx_encap_type typ) in efx_tc_encap_type_name() argument
753 switch (typ) { in efx_tc_encap_type_name()
761 pr_warn_once("Unknown efx_encap_type %d encountered\n", typ); in efx_tc_encap_type_name()
/openbmc/qemu/hw/acpi/
H A Daml-build.c1534 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz, in aml_dma() argument
1538 uint8_t flags = sz | bm << 2 | typ << 5; in aml_dma()
/openbmc/linux/net/tipc/
H A Dsocket.c408 int typ = sock->type; in tipc_sk_sock_err() local
412 if (typ == SOCK_STREAM || typ == SOCK_SEQPACKET) { in tipc_sk_sock_err()

12345