|
iPXE
|
Synopsys DesignWare USB3 host controller driver. More...
#include <ipxe/xhci.h>Go to the source code of this file.
Macros | |
| #define | DWUSB_GCTL 0xc110 |
| Global core control register. | |
| #define | DWUSB_GCTL_PRTDIR(x) |
| Port direction. | |
| #define | DWUSB_GCTL_PRTDIR_HOST DWUSB_GCTL_PRTDIR ( 1 ) |
| Operate as a host. | |
| #define | DWUSB_GCTL_PRTDIR_MASK DWUSB_GCTL_PRTDIR ( 3 ) |
| Port direction mask. | |
| #define | DWUSB_GCTL_RESET 0x00000800 |
| Core soft reset. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Synopsys DesignWare USB3 host controller driver.
Definition in file dwusb.h.
| #define DWUSB_GCTL 0xc110 |
| #define DWUSB_GCTL_PRTDIR_HOST DWUSB_GCTL_PRTDIR ( 1 ) |
Operate as a host.
Definition at line 17 of file dwusb.h.
Referenced by dwusb_probe().
| #define DWUSB_GCTL_PRTDIR_MASK DWUSB_GCTL_PRTDIR ( 3 ) |
Port direction mask.
Definition at line 19 of file dwusb.h.
Referenced by dwusb_probe().
| #define DWUSB_GCTL_RESET 0x00000800 |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |