Searched refs:func_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | isp1704_charger.c | 108 u8 func_ctrl; in isp1704_charger_type() local 112 func_ctrl = isp1704_read(isp, ULPI_FUNC_CTRL); in isp1704_charger_type() 135 isp1704_write(isp, ULPI_FUNC_CTRL, func_ctrl); in isp1704_charger_type()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-msm-usb.c | 1013 u32 func_ctrl, chg_det; in msm_chg_block_on() local 1016 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_on() 1017 func_ctrl &= ~ULPI_FUNC_CTRL_OPMODE_MASK; in msm_chg_block_on() 1018 func_ctrl |= ULPI_FUNC_CTRL_OPMODE_NONDRIVING; in msm_chg_block_on() 1019 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_on() 1048 u32 func_ctrl, chg_det; in msm_chg_block_off() local 1069 func_ctrl = ulpi_read(phy, ULPI_FUNC_CTRL); in msm_chg_block_off() 1070 func_ctrl &= ~ULPI_FUNC_CTRL_OPMODE_MASK; in msm_chg_block_off() 1071 func_ctrl |= ULPI_FUNC_CTRL_OPMODE_NORMAL; in msm_chg_block_off() 1072 ulpi_write(phy, func_ctrl, ULPI_FUNC_CTRL); in msm_chg_block_off()
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 498 u16 func_ctrl; member 3687 iface->func_ctrl = le16_to_cpu(iface->func_ctrl); in atmel_wakeup_firmware()
|