Home
last modified time | relevance | path

Searched refs:S3C_ESR_STALL (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c69 #define S3C_ESR_STALL (1 << 5) macro
385 if (csr & S3C_ESR_STALL) { in s3c_hsudc_epin_intr()
386 writel(S3C_ESR_STALL, hsudc->regs + S3C_ESR); in s3c_hsudc_epin_intr()
418 if (csr & S3C_ESR_STALL) { in s3c_hsudc_epout_intr()
419 writel(S3C_ESR_STALL, hsudc->regs + S3C_ESR); in s3c_hsudc_epout_intr()

Completed in 3 milliseconds