usb_phy_io_write
return usb_phy_io_write(isp->phy, val, reg);
err = usb_phy_io_write(phy->ulpi, 0x40, 0x08);
err = usb_phy_io_write(phy->ulpi, 0x80, 0x0B);
return usb_phy_io_write(phy, flags, ULPI_FUNC_CTRL);
return usb_phy_io_write(phy, flags, ULPI_IFC_CTRL);
ret = usb_phy_io_write(phy, val, ULPI_SCRATCH);
return usb_phy_io_write(phy, flags, ULPI_IFC_CTRL);
return usb_phy_io_write(phy, flags, ULPI_OTG_CTRL);
return usb_phy_io_write(phy, flags, ULPI_OTG_CTRL);