Lines Matching refs:port_select
85 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
118 if (port_select == GMBUS_PIN_VGADDC) in get_port_from_gmbus0()
120 else if (port_select == GMBUS_PIN_DPC) in get_port_from_gmbus0()
122 else if (port_select == GMBUS_PIN_DPB) in get_port_from_gmbus0()
124 else if (port_select == GMBUS_PIN_DPD) in get_port_from_gmbus0()