Searched refs:ULPI_FUNC_CTRL (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/power/ |
D | isp1704_charger.c | 87 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/ |
D | ci13xxx_msm.c | 51 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/ |
D | ulpi.h | 68 #define ULPI_FUNC_CTRL 0x04 macro
|
/linux-2.6.39/drivers/usb/otg/ |
D | ulpi.c | 114 return otg_io_write(otg, flags, ULPI_FUNC_CTRL); in ulpi_set_fc_flags()
|
D | twl4030-usb.c | 307 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, in twl4030_usb_set_mode()
|
D | msm_otg.c | 172 ULPI_CLR(ULPI_FUNC_CTRL)); in msm_otg_phy_reset()
|
/linux-2.6.39/drivers/usb/host/ |
D | ehci-omap.c | 79 | (ULPI_SET(ULPI_FUNC_CTRL) << EHCI_INSNREG05_ULPI_REGADD_SHIFT) in omap_ehci_soft_phy_reset()
|