Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/power/
Disp1704_charger.c87 func_ctrl = otg_io_read(isp->otg, ULPI_FUNC_CTRL); in isp1704_charger_type()
95 otg_io_write(isp->otg, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_type()
97 otg_io_write(isp->otg, ULPI_SET(ULPI_FUNC_CTRL), in isp1704_charger_type()
102 otg_io_write(isp->otg, ULPI_SET(ULPI_FUNC_CTRL), reg); in isp1704_charger_type()
110 otg_io_write(isp->otg, ULPI_FUNC_CTRL, func_ctrl); in isp1704_charger_type()
126 r = otg_io_read(isp->otg, ULPI_FUNC_CTRL); in isp1704_charger_verify()
128 otg_io_write(isp->otg, ULPI_FUNC_CTRL, r); in isp1704_charger_verify()
133 otg_io_write(isp->otg, ULPI_FUNC_CTRL, r); in isp1704_charger_verify()
141 otg_io_write(isp->otg, ULPI_SET(ULPI_FUNC_CTRL), r); in isp1704_charger_verify()
147 otg_io_write(isp->otg, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_verify()
[all …]
/linux-2.6.39/drivers/usb/gadget/
Dci13xxx_msm.c51 val = otg_io_read(udc->transceiver, ULPI_FUNC_CTRL); in ci13xxx_msm_notify_event()
54 otg_io_write(udc->transceiver, val, ULPI_FUNC_CTRL); in ci13xxx_msm_notify_event()
/linux-2.6.39/include/linux/usb/
Dulpi.h68 #define ULPI_FUNC_CTRL 0x04 macro
/linux-2.6.39/drivers/usb/otg/
Dulpi.c114 return otg_io_write(otg, flags, ULPI_FUNC_CTRL); in ulpi_set_fc_flags()
Dtwl4030-usb.c307 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, in twl4030_usb_set_mode()
Dmsm_otg.c172 ULPI_CLR(ULPI_FUNC_CTRL)); in msm_otg_phy_reset()
/linux-2.6.39/drivers/usb/host/
Dehci-omap.c79 | (ULPI_SET(ULPI_FUNC_CTRL) << EHCI_INSNREG05_ULPI_REGADD_SHIFT) in omap_ehci_soft_phy_reset()