Searched refs:HCCHAR_CHDIS (Results 1 – 5 of 5) sorted by relevance
1008 if ((val & HCCHAR_CHDIS) && !(old & HCCHAR_CHDIS)) { in dwc2_hreg1_write()1009 val &= ~(HCCHAR_CHENA | HCCHAR_CHDIS); in dwc2_hreg1_write()1012 val |= old & HCCHAR_CHDIS; in dwc2_hreg1_write()1014 val &= ~HCCHAR_CHDIS; in dwc2_hreg1_write()
861 hcchar |= HCCHAR_CHDIS; in dwc2_hc_halt()1155 hcchar &= ~HCCHAR_CHDIS; in dwc2_hc_do_ping()1365 if (hcchar & HCCHAR_CHDIS) in dwc2_hc_start_transfer()1372 hcchar &= ~HCCHAR_CHDIS; in dwc2_hc_start_transfer()1453 if (hcchar & HCCHAR_CHDIS) in dwc2_hc_start_transfer_ddma()1460 hcchar &= ~HCCHAR_CHDIS; in dwc2_hc_start_transfer_ddma()1528 hcchar &= ~HCCHAR_CHDIS; in dwc2_hc_continue_transfer()1680 hcchar |= HCCHAR_CHDIS; in dwc2_hcd_cleanup_channels()1693 hcchar |= HCCHAR_CHDIS; in dwc2_hcd_cleanup_channels()2218 hcchar |= HCCHAR_CHDIS; in dwc2_core_host_init()[all …]
733 #define HCCHAR_CHDIS BIT(30) macro
1783 if (hcchar & HCCHAR_CHDIS) { in dwc2_halt_status_ok()
757 #define HCCHAR_CHDIS BIT(30) macro