Lines Matching refs:DCTL
899 int dctl = readl(hsotg->regs + DCTL); in s3c_hsotg_set_test_mode()
913 writel(dctl, hsotg->regs + DCTL); in s3c_hsotg_set_test_mode()
1994 int dctl = readl(hsotg->regs + DCTL); in s3c_hsotg_epint()
1997 writel(dctl, hsotg->regs + DCTL); in s3c_hsotg_epint()
2300 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_init_disconnected()
2372 __orr32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in s3c_hsotg_core_init_disconnected()
2374 __bic32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in s3c_hsotg_core_init_disconnected()
2377 dev_dbg(hsotg->dev, "DCTL=0x%08x\n", readl(hsotg->regs + DCTL)); in s3c_hsotg_core_init_disconnected()
2407 __orr32(hsotg->regs + DCTL, val); in s3c_hsotg_core_init_disconnected()
2418 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_disconnect()
2424 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_connect()
2553 writel(DCTL_CGOUTNAK, hsotg->regs + DCTL); in s3c_hsotg_irq()
2561 writel(DCTL_CGNPINNAK, hsotg->regs + DCTL); in s3c_hsotg_irq()
2996 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_init()
3355 readl(regs + DCFG), readl(regs + DCTL), in s3c_hsotg_dump()
3446 dctl = readl(hsotg->regs + DCTL); in testmode_show()
3508 readl(regs + DCTL), in state_show()