Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h125 #define S3C_GRXSTS_ByteCnt_MASK (0x7ff << 4) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c1585 size = grxstsr & S3C_GRXSTS_ByteCnt_MASK; in s3c_hsotg_handle_rx()