Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg.h292 #define S3C_DxEPCTL_Stall (1 << 21) macro
/linux-2.6.39/drivers/usb/gadget/
Ds3c-hsotg.c736 if (ctrl & S3C_DxEPCTL_Stall) { in s3c_hsotg_start_req()
1174 ctrl |= S3C_DxEPCTL_Stall; in s3c_hsotg_process_control()
2443 epctl |= S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()
2445 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()
2453 epctl |= S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()
2455 epctl &= ~S3C_DxEPCTL_Stall; in s3c_hsotg_ep_sethalt()