Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Dtcpci.c495 return tcpci_update_reg8(bus, TCPC_REG_TCPC_CTRL, TCPC_REG_TCPC_CTRL_BIST_TEST_MODE, in tcpci_tcpm_set_bist_test_mode()
496 enable ? TCPC_REG_TCPC_CTRL_BIST_TEST_MODE : 0); in tcpci_tcpm_set_bist_test_mode()
/Zephyr-latest/include/zephyr/usb_c/
Dtcpci.h197 #define TCPC_REG_TCPC_CTRL_BIST_TEST_MODE BIT(1) macro