Lines Matching refs:ulpi_write

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()
854 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_secondary_det()
857 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_secondary_det()
861 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_secondary_det()
868 ulpi_write(phy, 0x8, 0x85); in msm_chg_enable_secondary_det()
869 ulpi_write(phy, 0x2, 0x85); in msm_chg_enable_secondary_det()
870 ulpi_write(phy, 0x1, 0x85); in msm_chg_enable_secondary_det()
908 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_primary_det()
915 ulpi_write(phy, 0x2, 0x85); in msm_chg_enable_primary_det()
916 ulpi_write(phy, 0x1, 0x85); in msm_chg_enable_primary_det()
953 ulpi_write(phy, chg_det, 0x34); in msm_chg_disable_dcd()
956 ulpi_write(phy, 0x10, 0x86); in msm_chg_disable_dcd()
973 ulpi_write(phy, chg_det, 0x34); in msm_chg_enable_dcd()
977 ulpi_write(phy, 0x10, 0x85); in msm_chg_enable_dcd()
993 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_on()
1000 ulpi_write(phy, chg_det, 0x34); in msm_chg_block_on()
1003 ulpi_write(phy, chg_det, 0x34); in msm_chg_block_on()
1008 ulpi_write(phy, 0x3F, 0x86); in msm_chg_block_on()
1010 ulpi_write(phy, 0x1F, 0x92); in msm_chg_block_on()
1011 ulpi_write(phy, 0x1F, 0x95); in msm_chg_block_on()
1029 ulpi_write(phy, chg_det, 0x34); in msm_chg_block_off()
1033 ulpi_write(phy, 0x3F, 0x86); in msm_chg_block_off()
1035 ulpi_write(phy, 0x1F, 0x92); in msm_chg_block_off()
1036 ulpi_write(phy, 0x1F, 0x95); in msm_chg_block_off()
1046 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_off()
1719 ulpi_write(phy, 0x08, 0x09); in msm_otg_remove()