Searched refs:hsotg (Results 1 – 3 of 3) sorted by relevance
211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);232 static inline bool using_dma(struct s3c_hsotg *hsotg) in using_dma() argument242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints) in s3c_hsotg_en_gsint() argument244 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()250 dev_dbg(hsotg->dev, "gsintmsk now 0x%08x\n", new_gsintmsk); in s3c_hsotg_en_gsint()251 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_en_gsint()260 static void s3c_hsotg_disable_gsint(struct s3c_hsotg *hsotg, u32 ints) in s3c_hsotg_disable_gsint() argument262 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()268 writel(new_gsintmsk, hsotg->regs + S3C_GINTMSK); in s3c_hsotg_disable_gsint()281 static void s3c_hsotg_ctrl_epint(struct s3c_hsotg *hsotg, in s3c_hsotg_ctrl_epint() argument[all …]
24 obj-$(CONFIG_USB_S3C_HSOTG) += s3c-hsotg.o
52 obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o