Home
last modified time | relevance | path

Searched refs:ULPI_FUNC_CTRL (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/power/
Disp1704_charger.c110 func_ctrl = isp1704_read(isp, ULPI_FUNC_CTRL); in isp1704_charger_type()
118 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_type()
120 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), in isp1704_charger_type()
125 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), reg); in isp1704_charger_type()
133 isp1704_write(isp, ULPI_FUNC_CTRL, func_ctrl); in isp1704_charger_type()
149 r = isp1704_read(isp, ULPI_FUNC_CTRL); in isp1704_charger_verify()
151 isp1704_write(isp, ULPI_FUNC_CTRL, r); in isp1704_charger_verify()
156 isp1704_write(isp, ULPI_FUNC_CTRL, r); in isp1704_charger_verify()
164 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), r); in isp1704_charger_verify()
170 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_verify()
[all …]
/linux-3.4.99/drivers/usb/gadget/
Dci13xxx_msm.c40 val = usb_phy_io_read(udc->transceiver, ULPI_FUNC_CTRL); in ci13xxx_msm_notify_event()
43 usb_phy_io_write(udc->transceiver, val, ULPI_FUNC_CTRL); in ci13xxx_msm_notify_event()
/linux-3.4.99/include/linux/usb/
Dulpi.h68 #define ULPI_FUNC_CTRL 0x04 macro
/linux-3.4.99/drivers/usb/otg/
Dmsm_otg.c362 ULPI_CLR(ULPI_FUNC_CTRL)); in msm_otg_phy_reset()
975 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_on()
978 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_on()
1028 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_off()
1031 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_off()
Dulpi.c115 return usb_phy_io_write(phy, flags, ULPI_FUNC_CTRL); in ulpi_set_fc_flags()
Dtwl4030-usb.c314 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, in twl4030_usb_set_mode()
/linux-3.4.99/drivers/usb/host/
Dehci-omap.c81 | (ULPI_SET(ULPI_FUNC_CTRL) << EHCI_INSNREG05_ULPI_REGADD_SHIFT) in omap_ehci_soft_phy_reset()