Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h377 #define S3C_EPFIFO(_a) S3C_HSOTG_REG(0x1000 + ((_a) * 0x1000)) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c593 writesl(hsotg->regs + S3C_EPFIFO(hs_ep->index), data, to_write); in s3c_hsotg_write_fifo()
1361 void __iomem *fifo = hsotg->regs + S3C_EPFIFO(ep_idx); in s3c_hsotg_rx_data()