Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ | |
edid.c | 87 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; local in function:cnp_get_port_from_gmbus0 90 if (port_select == GMBUS_PIN_1_BXT) 92 else if (port_select == GMBUS_PIN_2_BXT) 94 else if (port_select == GMBUS_PIN_3_BXT) 96 else if (port_select == GMBUS_PIN_4_CNP) 103 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; local in function:bxt_get_port_from_gmbus0 106 if (port_select == GMBUS_PIN_1_BXT) 108 else if (port_select == GMBUS_PIN_2_BXT) 110 else if (port_select == GMBUS_PIN_3_BXT) 117 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK local in function:get_port_from_gmbus0 [all...] |