Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Dtwl4030.c51 static int twl4030_usb_read(u8 address) in twl4030_usb_read() function
109 pwr = twl4030_usb_read(TWL4030_USB_PHY_PWR_CTRL); in twl4030_phy_power()
113 clk = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL); in twl4030_phy_power()
136 clk = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL); in twl4030_usb_ulpi_init()
141 sts = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL_STS); in twl4030_usb_ulpi_init()
144 sts = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL_STS); in twl4030_usb_ulpi_init()
149 sts = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL_STS); in twl4030_usb_ulpi_init()
160 pwr = twl4030_usb_read(TWL4030_USB_POWER_CTRL); in twl4030_usb_ulpi_init()
171 clk = twl4030_usb_read(TWL4030_USB_PHY_CLK_CTRL); in twl4030_usb_ulpi_init()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-twl4030-usb.c229 static inline int twl4030_usb_read(struct twl4030_usb *twl, u8 address) in twl4030_usb_read() function
254 ret = twl4030_usb_read(twl, PHY_CLK_CTRL_STS); in twl4030_is_driving_vbus()
262 ret = twl4030_usb_read(twl, ULPI_OTG_CTRL); in twl4030_is_driving_vbus()
348 int val = twl4030_usb_read(twl, PHY_CLK_CTRL); in twl4030_i2c_access()
358 while (!(twl4030_usb_read(twl, PHY_CLK_CTRL_STS) & in twl4030_i2c_access()
362 if (!(twl4030_usb_read(twl, PHY_CLK_CTRL_STS) & in twl4030_i2c_access()
377 u8 pwr = twl4030_usb_read(twl, PHY_PWR_CTRL); in __twl4030_phy_power()
458 twl4030_usb_read(twl, PHY_CLK_CTRL) | in twl4030_usb_runtime_resume()
800 val = twl4030_usb_read(twl, PHY_CLK_CTRL); in twl4030_usb_remove()