Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.c226 unsigned int reg, role_control; in tcpci_get_cc() local
228 role_control = dm_i2c_reg_read(tcpci->dev, TCPC_ROLE_CTRL); in tcpci_get_cc()
229 if (role_control < 0) in tcpci_get_cc()
230 return role_control; in tcpci_get_cc()
239 tcpc_presenting_cc1_rd(role_control)); in tcpci_get_cc()
243 tcpc_presenting_cc2_rd(role_control)); in tcpci_get_cc()