UDC_EPSTS_TDC
UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY |
if (epsts & UDC_EPSTS_TDC)
!(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY))
UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY |
if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) {
if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) &&
if (epsts & AMD_BIT(UDC_EPSTS_TDC)) {
&& !(epsts & AMD_BIT(UDC_EPSTS_TDC))) {
if (tmp & AMD_BIT(UDC_EPSTS_TDC)) {
writel(AMD_BIT(UDC_EPSTS_TDC),