Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.h153 #define UCSI_GET_PDOS_SRC_PDOS ((u64)1 << 34) macro
H A Ducsi.c607 command |= is_source(role) ? UCSI_GET_PDOS_SRC_PDOS : 0; in ucsi_read_pdos()