Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h308 #define S3C_DxEPCTL_NextEp(_x) ((_x) << 11) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c2843 u32 next = S3C_DxEPCTL_NextEp((epnum + 1) % 15); in s3c_hsotg_initep()