Home
last modified time | relevance | path

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

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