Searched refs:port_name (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-ports.c243 const char *port_name,
246 if (port_name == NULL || port_name[0] == '\0')
248 if (isdigit (port_name[0]))
250 return strtoul (port_name, NULL, 0);
266 if (strncmp (port_name, ports->name, len) == 0)
268 if (port_name[len] == '\0')
270 else if (isdigit (port_name[len]))
273 + strtoul (&port_name[len], NULL, 0));
277 port_name);
242 hw_port_decode(struct hw *me, const char *port_name, port_direction direction) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-ports.c234 const char *port_name,
237 if (port_name == NULL || port_name[0] == '\0')
239 if (isdigit (port_name[0]))
241 return strtoul (port_name, NULL, 0);
257 if (strncmp (port_name, ports->name, len) == 0)
259 if (port_name[len] == '\0')
261 else if (isdigit (port_name[len]))
264 + strtoul (&port_name[len], NULL, 0));
268 port_name);
233 hw_port_decode(struct hw *me, const char *port_name, port_direction direction) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.c1469 port_name(port), info->alternate_ddc_pin,
1470 port_name(p), port_name(p));
1520 port_name(port), info->alternate_aux_channel,
1521 port_name(p), port_name(p));
1634 port_name(port));
1663 port_name(port), is_crt, is_dvi, is_hdmi, is_dp, is_edp,
1678 port_name(port), ddc_pin);
1692 port_name(por
[all...]
H A Dintel_dvo.c508 "DVO %c", port_name(port));
H A Dintel_tc.c564 "%c/TC#%d", port_name(port), tc_port + 1);
H A Dintel_pipe_crc.c119 port_name(dig_port->base.port));
H A Dintel_audio.c1002 DRM_DEBUG_KMS("Not valid for port %c\n", port_name(port));
1033 DRM_DEBUG_KMS("Not valid for port %c\n", port_name(port));
H A Dicl_dsi.c508 DRM_ERROR("DDI port:%c buffer idle\n", port_name(port));
1202 port_name(port));
1712 DRM_MODE_ENCODER_DSI, "DSI %c", port_name(port));
H A Dintel_display.h227 #define port_name(p) ((p) + 'A') macro
H A Dintel_ddi.c1044 DRM_ERROR("Timeout waiting for DDI BUF %c idle bit\n", port_name(port));
4766 DRM_DEBUG_KMS("VBT says port %c has lspcon\n", port_name(port));
4771 port_name(port));
4782 DRM_MODE_ENCODER_TMDS, "DDI %c", port_name(port));
4847 port_name(port));
4854 port_name(port));
H A Dintel_dpio_phy.c267 WARN(1, "PHY not found for PORT %c", port_name(port));
H A Dintel_dsi_vbt.c166 DRM_DEBUG_KMS("no dsi device for port %c\n", port_name(port));
H A Dintel_hdmi.c3017 WARN(1, "Unknown port:%c\n", port_name(port));
3076 info->alternate_ddc_pin, port_name(port));
3094 ddc_pin, port_name(port));
3263 "HDMI %c", port_name(port));
H A Dvlv_dsi.c1853 "DSI %c", port_name(port));
H A Dintel_dp.c1773 port_name(encoder->port));
3252 DRM_DEBUG_KMS("No pipe for DP port %c found\n", port_name(port));
7623 "DP %c", port_name(port)))
H A Dintel_display.c1348 port_name(port), pipe_name(pipe));
1352 port_name(port));
1366 port_name(port), pipe_name(pipe));
1370 port_name(port));
18332 port_name(port));
18350 port_name(port));
H A Dintel_sdvo.c3280 "SDVO %c", port_name(port));
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c1715 const char *port_name,
1718 if (port_name == NULL || port_name[0] == '\0')
1720 if (isdigit(port_name[0])) {
1721 return strtoul(port_name, NULL, 0);
1732 if (strncmp(port_name, ports->name, len) == 0) {
1733 if (port_name[len] == '\0')
1735 else if(isdigit(port_name[len])) {
1736 int port = ports->number + strtoul(&port_name[len], NULL, 0);
1739 port_name);
1708 device_interrupt_decode(device *me, const char *port_name, port_direction direction) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c1704 const char *port_name,
1707 if (port_name == NULL || port_name[0] == '\0')
1709 if (isdigit(port_name[0])) {
1710 return strtoul(port_name, NULL, 0);
1721 if (strncmp(port_name, ports->name, len) == 0) {
1722 if (port_name[len] == '\0')
1724 else if(isdigit(port_name[len])) {
1725 int port = ports->number + strtoul(&port_name[len], NULL, 0);
1728 port_name);
1697 device_interrupt_decode(device *me, const char *port_name, port_direction direction) argument
[all...]
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra210_xusbpad.c908 const char *port_name; local
918 port_name = fdtbus_get_string(child, "name");
920 if ((port = tegra210_xusbpad_find_usb2_port(port_name)) != NULL)
922 else if ((port = tegra210_xusbpad_find_usb3_port(port_name)) != NULL)
924 else if ((port = tegra210_xusbpad_find_hsic_port(port_name)) != NULL)
927 aprint_error_dev(sc->sc_dev, "unsupported port '%s'\n", port_name);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_irq.c1733 port_name(port));
1819 port_name(port));

Completed in 317 milliseconds