Home
last modified time | relevance | path

Searched refs:port_select (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c85 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in cnp_get_port_from_gmbus0() local
88 if (port_select == GMBUS_PIN_1_BXT) in cnp_get_port_from_gmbus0()
90 else if (port_select == GMBUS_PIN_2_BXT) in cnp_get_port_from_gmbus0()
92 else if (port_select == GMBUS_PIN_3_BXT) in cnp_get_port_from_gmbus0()
94 else if (port_select == GMBUS_PIN_4_CNP) in cnp_get_port_from_gmbus0()
101 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in bxt_get_port_from_gmbus0() local
104 if (port_select == GMBUS_PIN_1_BXT) in bxt_get_port_from_gmbus0()
106 else if (port_select == GMBUS_PIN_2_BXT) in bxt_get_port_from_gmbus0()
108 else if (port_select == GMBUS_PIN_3_BXT) in bxt_get_port_from_gmbus0()
115 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in get_port_from_gmbus0() local
[all …]
/openbmc/linux/include/rdma/
H A Dib_pma.h36 u8 port_select; member
69 u8 port_select; member
108 u8 port_select; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-stm31 (STMSPER). Used in conjunction with "port_select" described
34 What: /sys/bus/coresight/devices/<memory_map>.stm/port_select
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_mad.c1192 u8 port_select = p->port_select; in pma_get_portsamplescontrol() local
1196 p->port_select = port_select; in pma_get_portsamplescontrol()
1197 if (pmp->mad_hdr.attr_mod != 0 || port_select != port) { in pma_get_portsamplescontrol()
1233 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_set_portsamplescontrol()
1438 u8 port_select = p->port_select; in pma_get_portcounters() local
1463 p->port_select = port_select; in pma_get_portcounters()
1464 if (pmp->mad_hdr.attr_mod != 0 || port_select != port) in pma_get_portcounters()
1538 u32 port_select = be32_to_cpu(pmp->mad_hdr.attr_mod) & 0xFF; in pma_get_portcounters_cong() local
1548 if (port_select != port) in pma_get_portcounters_cong()
1667 u8 port_select = p->port_select; in pma_get_portcounters_ext() local
[all …]
/openbmc/u-boot/drivers/video/
H A Dbroadwell_igd.c29 int port_select; member
366 reg32 = (plat->port_select & 0x3) << 30; in igd_setup_panel()
714 plat->port_select = fdtdec_get_int(blob, node, "intel,port-select", 0); in broadwell_igd_ofdata_to_platdata()
735 debug("port_select = %d\n", plat->port_select); in broadwell_igd_ofdata_to_platdata()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c557 static DEVICE_ATTR_RW(port_select);
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst640 hwevent_enable mgmt port_select traceid
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c3090 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_get_ib_portcounters_ext()
3256 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_get_ib_portcounters()