Searched refs:isp1301_clear_bits (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 170 isp1301_clear_bits(struct isp1301 *isp, u8 reg, u8 bits) in isp1301_clear_bits() function 257 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_ID_PULLDOWN); in power_down() 258 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, MC1_DAT_SE0); in power_down() 264 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, MC1_SUSPEND); in power_up() 622 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, clr); in otg_update_isp() 938 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN); in b_peripheral() 1020 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, in isp_update_otg() 1044 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1094 isp1301_clear_bits(isp, ISP1301_INTERRUPT_LATCH, latch); in isp1301_clear_latch() 1216 isp1301_clear_bits(isp, ISP1301_INTERRUPT_FALLING, ~0); in isp1301_remove() [all …]
|