Home
last modified time | relevance | path

Searched refs:S3C_DIEPCTL0 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h262 #define S3C_DIEPCTL0 S3C_HSOTG_REG(0x900) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c1206 reg = (ep0->dir_in) ? S3C_DIEPCTL0 : S3C_DOEPCTL0; in s3c_hsotg_process_control()
1471 ctrl = readl(hsotg->regs + S3C_DIEPCTL0); in s3c_hsotg_send_zlp()
1475 writel(ctrl, hsotg->regs + S3C_DIEPCTL0); in s3c_hsotg_send_zlp()
1993 readl(hsotg->regs + S3C_DIEPCTL0), in s3c_hsotg_irq_enumdone()
2681 readl(hsotg->regs + S3C_DIEPCTL0), in s3c_hsotg_start()
2717 S3C_DxEPCTL_USBActEp, hsotg->regs + S3C_DIEPCTL0); in s3c_hsotg_start()
2722 readl(hsotg->regs + S3C_DIEPCTL0), in s3c_hsotg_start()