Searched refs:ISP1301_OTG_CONTROL_1 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 191 #define ISP1301_OTG_CONTROL_1 0x06 /* u8 read, set, +1 clear */ macro 244 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_ID_PULLDOWN); in power_down() 375 u8 ctrl = isp1301_get_u8(isp, ISP1301_OTG_CONTROL_1); in dump_regs() 608 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, set); in otg_update_isp() 609 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, clr); in otg_update_isp() 924 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLUP); in b_peripheral() 925 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN); in b_peripheral() 1029 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1031 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1305 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_VBUS_DRV); in isp1301_set_host() [all …]
|