Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c677 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_start_req()
1391 u32 epctl = readl(hsotg->regs + S3C_DOEPCTL(ep_idx)); in s3c_hsotg_rx_data()
1611 readl(hsotg->regs + S3C_DOEPCTL(0))); in s3c_hsotg_handle_rx()
1624 readl(hsotg->regs + S3C_DOEPCTL(0))); in s3c_hsotg_handle_rx()
1700 reg = readl(regs + S3C_DOEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()
1703 writel(reg, regs + S3C_DOEPCTL(ep)); in s3c_hsotg_set_ep_maxpacket()
1832 u32 epctl_reg = dir_in ? S3C_DIEPCTL(idx) : S3C_DOEPCTL(idx); in s3c_hsotg_epint()
2303 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_enable()
2403 epctrl_reg = dir_in ? S3C_DIEPCTL(index) : S3C_DOEPCTL(index); in s3c_hsotg_ep_disable()
2497 epreg = S3C_DOEPCTL(index); in s3c_hsotg_ep_sethalt()
[all …]
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h265 #define S3C_DOEPCTL(_a) S3C_HSOTG_REG(0xB00 + ((_a) * 0x20)) macro