Home
last modified time | relevance | path

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

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