Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec_dp.h117 #define DP_CONF_PIN_ASSIGNEMENT_MASK GENMASK(15, 8) macro
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c665 conf |= dp->data.conf & ~DP_CONF_PIN_ASSIGNEMENT_MASK; in pin_assignment_store()