Home
last modified time | relevance | path

Searched refs:gmbus0 (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/gvt/
Dedid.c80 static inline int cnp_get_port_from_gmbus0(u32 gmbus0) in cnp_get_port_from_gmbus0() argument
82 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in cnp_get_port_from_gmbus0()
96 static inline int bxt_get_port_from_gmbus0(u32 gmbus0) in bxt_get_port_from_gmbus0() argument
98 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in bxt_get_port_from_gmbus0()
110 static inline int get_port_from_gmbus0(u32 gmbus0) in get_port_from_gmbus0() argument
112 int port_select = gmbus0 & _GMBUS_PIN_SEL_MASK; in get_port_from_gmbus0()