Lines Matching refs:port_select
82 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
115 if (port_select == GMBUS_PIN_VGADDC) in get_port_from_gmbus0()
117 else if (port_select == GMBUS_PIN_DPC) in get_port_from_gmbus0()
119 else if (port_select == GMBUS_PIN_DPB) in get_port_from_gmbus0()
121 else if (port_select == GMBUS_PIN_DPD) in get_port_from_gmbus0()