Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h292 #define S3C_DxEPCTL_Stall (1 << 21) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c687 if (ctrl & S3C_DxEPCTL_Stall) { in s3c_hsotg_start_req()
1212 ctrl |= S3C_DxEPCTL_Stall; in s3c_hsotg_process_control()
1873 if ((epctl & S3C_DxEPCTL_Stall) && in s3c_hsotg_epint()
2484 epctl |= S3C_DxEPCTL_Stall + S3C_DxEPCTL_SNAK; in s3c_hsotg_ep_sethalt()
2488 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()
2501 epctl |= S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()
2503 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()