Searched refs:ULPI_FUNC_CTRL (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/power/ |
D | isp1704_charger.c | 112 func_ctrl = isp1704_read(isp, ULPI_FUNC_CTRL); in isp1704_charger_type() 120 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_type() 122 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), in isp1704_charger_type() 127 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), reg); in isp1704_charger_type() 135 isp1704_write(isp, ULPI_FUNC_CTRL, func_ctrl); in isp1704_charger_type() 151 r = isp1704_read(isp, ULPI_FUNC_CTRL); in isp1704_charger_verify() 153 isp1704_write(isp, ULPI_FUNC_CTRL, r); in isp1704_charger_verify() 158 isp1704_write(isp, ULPI_FUNC_CTRL, r); in isp1704_charger_verify() 166 isp1704_write(isp, ULPI_SET(ULPI_FUNC_CTRL), r); in isp1704_charger_verify() 172 isp1704_write(isp, ULPI_CLR(ULPI_FUNC_CTRL), in isp1704_charger_verify() [all …]
|
/linux-4.1.27/include/linux/usb/ |
D | ulpi.h | 68 #define ULPI_FUNC_CTRL 0x04 macro
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 249 val = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_phy_notify_disconnect() 252 ulpi_write(phy, val, ULPI_FUNC_CTRL); in msm_phy_notify_disconnect() 990 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_on() 993 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_on() 1043 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_off() 1046 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_off()
|
D | phy-ulpi.c | 118 return usb_phy_io_write(phy, flags, ULPI_FUNC_CTRL); in ulpi_set_fc_flags()
|
/linux-4.1.27/drivers/phy/ |
D | phy-twl4030-usb.c | 338 twl4030_usb_clear_bits(twl, ULPI_FUNC_CTRL, in twl4030_usb_set_mode()
|