Home
last modified time | relevance | path

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

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