Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtcpci.h53 #define TCPC_TCPC_CTRL_BIST_TM BIT(1) macro
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c419 return regmap_update_bits(tcpci->regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_BIST_TM, in tcpci_set_bist_data()
420 enable ? TCPC_TCPC_CTRL_BIST_TM : 0); in tcpci_set_bist_data()