Searched refs:ULPI_FUNC_CTRL (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/power/ |
D | isp1704_charger.c | 110 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/ |
D | ci13xxx_msm.c | 40 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/ |
D | ulpi.h | 68 #define ULPI_FUNC_CTRL 0x04 macro
|
/linux-3.4.99/drivers/usb/otg/ |
D | msm_otg.c | 362 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()
|
D | ulpi.c | 115 return usb_phy_io_write(phy, flags, ULPI_FUNC_CTRL); in ulpi_set_fc_flags()
|
D | twl4030-usb.c | 314 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, in twl4030_usb_set_mode()
|
/linux-3.4.99/drivers/usb/host/ |
D | ehci-omap.c | 81 | (ULPI_SET(ULPI_FUNC_CTRL) << EHCI_INSNREG05_ULPI_REGADD_SHIFT) in omap_ehci_soft_phy_reset()
|