Searched refs:USB_OTGSC (Results 1 – 2 of 2) sorted by relevance
239 val = readl(USB_OTGSC); in msm_otg_reset()247 writel(val, USB_OTGSC); in msm_otg_reset()570 u32 otgsc = readl(USB_OTGSC); in msm_otg_init_sm()627 writel(readl(USB_OTGSC) & ~OTGSC_BSVIE, USB_OTGSC); in msm_otg_sm_work()673 otgsc = readl(USB_OTGSC); in msm_otg_irq()693 writel(otgsc, USB_OTGSC); in msm_otg_irq()910 writel(0, USB_OTGSC); in msm_otg_probe()
25 #define USB_OTGSC (MSM_USB_BASE + 0x01A4) macro