Searched refs:isp1301_set_bits (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/usb/phy/ | 
| D | phy-isp1301-omap.c | 151 isp1301_set_bits(struct isp1301 *isp, u8 reg, u8 bits)  in isp1301_set_bits()  function242 	isp1301_set_bits(isp, ISP1301_MODE_CONTROL_1, MC1_SUSPEND);  in power_down()
 256 	isp1301_set_bits(isp, ISP1301_MODE_CONTROL_1, MC1_DAT_SE0);  in power_up()
 608 	isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, set);  in otg_update_isp()
 924 	isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLUP);  in b_peripheral()
 1029 			isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1,  in isp_update_otg()
 1249 	isp1301_set_bits(isp, ISP1301_INTERRUPT_RISING,  in isp1301_otg_enable()
 1251 	isp1301_set_bits(isp, ISP1301_INTERRUPT_FALLING,  in isp1301_otg_enable()
 1292 		isp1301_set_bits(isp, ISP1301_MODE_CONTROL_1, MC1_DAT_SE0);  in isp1301_set_host()
 1295 	isp1301_set_bits(isp, ISP1301_INTERRUPT_RISING,  in isp1301_set_host()
 [all …]
 
 |