Home
last modified time | relevance | path

Searched refs:hsotg (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
232 static inline bool using_dma(struct s3c_hsotg *hsotg) in using_dma() argument
242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints) in s3c_hsotg_en_gsint() argument
244 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() argument
262 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 …]
DMakefile24 obj-$(CONFIG_USB_S3C_HSOTG) += s3c-hsotg.o
/linux-2.6.39/arch/arm/plat-samsung/
DMakefile52 obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o