Lines Matching refs:port_select
84 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in cnp_get_port_from_gmbus0() local
87 if (port_select == GMBUS_PIN_1_BXT) in cnp_get_port_from_gmbus0()
89 else if (port_select == GMBUS_PIN_2_BXT) in cnp_get_port_from_gmbus0()
91 else if (port_select == GMBUS_PIN_3_BXT) in cnp_get_port_from_gmbus0()
93 else if (port_select == GMBUS_PIN_4_CNP) in cnp_get_port_from_gmbus0()
100 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in bxt_get_port_from_gmbus0() local
103 if (port_select == GMBUS_PIN_1_BXT) in bxt_get_port_from_gmbus0()
105 else if (port_select == GMBUS_PIN_2_BXT) in bxt_get_port_from_gmbus0()
107 else if (port_select == GMBUS_PIN_3_BXT) in bxt_get_port_from_gmbus0()
114 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in get_port_from_gmbus0() local
117 if (port_select == GMBUS_PIN_VGADDC) in get_port_from_gmbus0()
119 else if (port_select == GMBUS_PIN_DPC) in get_port_from_gmbus0()
121 else if (port_select == GMBUS_PIN_DPB) in get_port_from_gmbus0()
123 else if (port_select == GMBUS_PIN_DPD) in get_port_from_gmbus0()