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

/linux-master/drivers/usb/dwc2/
H A Dhcd.c861 hcchar |= HCCHAR_CHDIS;
1155 hcchar &= ~HCCHAR_CHDIS;
1365 if (hcchar & HCCHAR_CHDIS)
1372 hcchar &= ~HCCHAR_CHDIS;
1453 if (hcchar & HCCHAR_CHDIS)
1460 hcchar &= ~HCCHAR_CHDIS;
1528 hcchar &= ~HCCHAR_CHDIS;
1680 hcchar |= HCCHAR_CHDIS;
1693 hcchar |= HCCHAR_CHDIS;
2218 hcchar |= HCCHAR_CHDIS;
[all...]
H A Dhw.h733 #define HCCHAR_CHDIS BIT(30) macro
H A Dhcd_intr.c1783 if (hcchar & HCCHAR_CHDIS) {

Completed in 131 milliseconds