Searched refs:ULPI_FUNC_CTRL (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/power/
H A Disp1704_charger.c112 func_ctrl = isp1704_read(isp, ULPI_FUNC_CTRL); isp1704_charger_type()
120 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), isp1704_charger_type()
122 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), isp1704_charger_type()
127 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), reg); isp1704_charger_type()
135 isp1704_write(isp, ULPI_FUNC_CTRL, func_ctrl); isp1704_charger_type()
151 r = isp1704_read(isp, ULPI_FUNC_CTRL); isp1704_charger_verify()
153 isp1704_write(isp, ULPI_FUNC_CTRL, r); isp1704_charger_verify()
158 isp1704_write(isp, ULPI_FUNC_CTRL, r); isp1704_charger_verify()
166 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), r); isp1704_charger_verify()
172 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), isp1704_charger_verify()
184 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), isp1704_charger_verify()
/linux-4.4.14/drivers/usb/phy/
H A Dphy-qcom-8x16-usb.c243 val = usb_phy_io_read(&qphy->phy, ULPI_FUNC_CTRL); phy_8x16_init()
246 usb_phy_io_write(&qphy->phy, val, ULPI_FUNC_CTRL); phy_8x16_init()
256 val = usb_phy_io_read(phy, ULPI_FUNC_CTRL); phy_8x16_shutdown()
259 usb_phy_io_write(phy, val, ULPI_FUNC_CTRL); phy_8x16_shutdown()
H A Dphy-msm-usb.c257 val = ulpi_read(phy, ULPI_FUNC_CTRL); msm_phy_notify_disconnect()
260 ulpi_write(phy, val, ULPI_FUNC_CTRL); msm_phy_notify_disconnect()
445 val = ulpi_read(phy, ULPI_FUNC_CTRL); msm_phy_init()
448 ulpi_write(phy, val, ULPI_FUNC_CTRL); msm_phy_init()
1016 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); msm_chg_block_on()
1019 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); msm_chg_block_on()
1069 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); msm_chg_block_off()
1072 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); msm_chg_block_off()
H A Dphy-ulpi.c118 return usb_phy_io_write(phy, flags, ULPI_FUNC_CTRL); ulpi_set_fc_flags()
/linux-4.4.14/include/linux/ulpi/
H A Dregs.h18 #define ULPI_FUNC_CTRL 0x04 macro
/linux-4.4.14/drivers/phy/
H A Dphy-twl4030-usb.c338 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, twl4030_usb_set_mode()

Completed in 70 milliseconds