Searched refs:ulpi_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 194 static int ulpi_write(struct usb_phy *phy, u32 val, u32 reg) in ulpi_write() function 221 .write = ulpi_write, 236 ulpi_write(&motg->phy, seq[idx], addr + idx); in ulpi_init() 252 ulpi_write(phy, val, ULPI_FUNC_CTRL); in msm_phy_notify_disconnect() 421 ulpi_write(phy, ulpi_val, ULPI_USB_INT_EN_RISE); in msm_phy_init() 422 ulpi_write(phy, ulpi_val, ULPI_USB_INT_EN_FALL); in msm_phy_init() 490 ulpi_write(phy, 0x01, 0x30); in msm_otg_suspend() 491 ulpi_write(phy, 0x08, 0x09); in msm_otg_suspend() 847 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_secondary_det() 851 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_secondary_det() [all …]
|