Searched refs:isp1301_clear_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 157 isp1301_clear_bits(struct isp1301 *isp, u8 reg, u8 bits) in isp1301_clear_bits() function 244 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_ID_PULLDOWN); in power_down() 245 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, MC1_DAT_SE0); in power_down() 251 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, MC1_SUSPEND); in power_up() 609 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, clr); in otg_update_isp() 925 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN); in b_peripheral() 1007 isp1301_clear_bits(isp, ISP1301_MODE_CONTROL_1, in isp_update_otg() 1031 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1081 isp1301_clear_bits(isp, ISP1301_INTERRUPT_LATCH, latch); in isp1301_clear_latch() 1205 isp1301_clear_bits(isp, ISP1301_INTERRUPT_FALLING, ~0); in isp1301_remove() [all …]
|