Searched refs:ISP1301_OTG_CONTROL_1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 204 #define ISP1301_OTG_CONTROL_1 0x06 /* u8 read, set, +1 clear */ macro 257 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_ID_PULLDOWN); in power_down() 388 u8 ctrl = isp1301_get_u8(isp, ISP1301_OTG_CONTROL_1); in dump_regs() 621 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, set); in otg_update_isp() 622 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, clr); in otg_update_isp() 937 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLUP); in b_peripheral() 938 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_DP_PULLDOWN); in b_peripheral() 1042 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1044 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, in isp_update_otg() 1317 isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_VBUS_DRV); in isp1301_set_host() [all …]
|