Searched refs:UDC_CSR_BUSY (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/gadget/udc/
H A Dpch_udc.c41 #define UDC_CSR_BUSY_ADDR 0x4f0 /* UDC_CSR_BUSY Status register */
147 /* UDC_CSR_BUSY Status register */
149 #define UDC_CSR_BUSY (1 << 0) macro
459 while ((pch_udc_readl(dev, UDC_CSR_BUSY_ADDR) & UDC_CSR_BUSY)

Completed in 352 milliseconds