Searched refs:twl4030_usb_read (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/phy/ti/
H A Dphy-twl4030-usb.c232 static inline int twl4030_usb_read(struct twl4030_usb *twl, u8 address) function
257 ret = twl4030_usb_read(twl, PHY_CLK_CTRL_STS);
265 ret = twl4030_usb_read(twl, ULPI_OTG_CTRL);
351 int val = twl4030_usb_read(twl, PHY_CLK_CTRL);
361 while (!(twl4030_usb_read(twl, PHY_CLK_CTRL_STS) &
365 if (!(twl4030_usb_read(twl, PHY_CLK_CTRL_STS) &
380 u8 pwr = twl4030_usb_read(twl, PHY_PWR_CTRL);
474 twl4030_usb_read(twl, PHY_CLK_CTRL) |
816 val = twl4030_usb_read(twl, PHY_CLK_CTRL);

Completed in 294 milliseconds