Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dedid.c82 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in cnp_get_port_from_gmbus0() local
85 if (port_select == GMBUS_PIN_1_BXT) in cnp_get_port_from_gmbus0()
87 else if (port_select == GMBUS_PIN_2_BXT) in cnp_get_port_from_gmbus0()
89 else if (port_select == GMBUS_PIN_3_BXT) in cnp_get_port_from_gmbus0()
91 else if (port_select == GMBUS_PIN_4_CNP) in cnp_get_port_from_gmbus0()
98 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in bxt_get_port_from_gmbus0() local
101 if (port_select == GMBUS_PIN_1_BXT) in bxt_get_port_from_gmbus0()
103 else if (port_select == GMBUS_PIN_2_BXT) in bxt_get_port_from_gmbus0()
105 else if (port_select == GMBUS_PIN_3_BXT) in bxt_get_port_from_gmbus0()
112 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in get_port_from_gmbus0() local
[all …]
/Linux-v5.4/include/rdma/
Dib_pma.h63 u8 port_select; member
96 u8 port_select; member
135 u8 port_select; member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-stm31 (STMSPER). Used in conjunction with "port_select" described
34 What: /sys/bus/coresight/devices/<memory_map>.stm/port_select
/Linux-v5.4/drivers/infiniband/hw/qib/
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 …]
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-stm.c560 static DEVICE_ATTR_RW(port_select);
/Linux-v5.4/Documentation/trace/
Dcoresight.rst476 hwevent_enable mgmt port_select traceid
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c3133 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_get_ib_portcounters_ext()
3299 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_get_ib_portcounters()