refactor(e(o)hci): rename usb_hc_e(o)hci to usb_e(o)hci_reg, usb_hc_e(o)hci_priv to usb_hc_e(o)hci

This commit is contained in:
sakumisu
2024-07-04 21:35:59 +08:00
parent 29aaf56396
commit 53114c0f16
9 changed files with 969 additions and 951 deletions

View File

@@ -3,9 +3,9 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "usb_ehci_priv.h"
#include "usb_hc_ehci.h"
#ifdef CONFIG_USB_EHCI_WITH_OHCI
#include "usb_ohci_priv.h"
#include "usb_hc_ohci.h"
#endif
#define EHCI_TUNE_CERR 3 /* 0-3 qtd retries; 0 == don't stop */