mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
- Put "_LE_" into the register access macros to indicate little endian byte order is expected by the hardware. - Avoid using the bounce buffer when not strictly needed. Try to move data directly using bus-space functions first. - Ensure we preserve the reserved bits in the power down mode register. Else the hardware goes into a non-recoverable state. - Always use 32-bit access when writing or reading registers or FIFOs, because the hardware is 32-bit oriented and don't really understand 8- and 16-bit access. - Correct writes to the memory address register. There is no need to shift the register offset. - Correct interval for interrupt endpoints. - Optimise 90ns internal memory buffer read delay. - Rename PDT into PTD, which is how the datasheet writes it. - Add missing programming for activating host controller PTDs. Sponsored by: DARPA, AFRL |
||
|---|---|---|
| .. | ||
| at91dci.c | ||
| at91dci.h | ||
| at91dci_atmelarm.c | ||
| at91dci_fdt.c | ||
| atmegadci.c | ||
| atmegadci.h | ||
| atmegadci_atmelarm.c | ||
| avr32dci.c | ||
| avr32dci.h | ||
| dwc_otg.c | ||
| dwc_otg.h | ||
| dwc_otg_fdt.c | ||
| dwc_otgreg.h | ||
| ehci.c | ||
| ehci.h | ||
| ehci_fsl.c | ||
| ehci_imx.c | ||
| ehci_ixp4xx.c | ||
| ehci_mv.c | ||
| ehci_pci.c | ||
| ehcireg.h | ||
| musb_otg.c | ||
| musb_otg.h | ||
| musb_otg_atmelarm.c | ||
| ohci.c | ||
| ohci.h | ||
| ohci_atmelarm.c | ||
| ohci_fdt.c | ||
| ohci_pci.c | ||
| ohci_s3c24x0.c | ||
| ohcireg.h | ||
| saf1761_otg.c | ||
| saf1761_otg.h | ||
| saf1761_otg_fdt.c | ||
| saf1761_otg_reg.h | ||
| uhci.c | ||
| uhci.h | ||
| uhci_pci.c | ||
| uhcireg.h | ||
| usb_controller.c | ||
| uss820dci.c | ||
| uss820dci.h | ||
| uss820dci_atmelarm.c | ||
| xhci.c | ||
| xhci.h | ||
| xhci_pci.c | ||
| xhcireg.h | ||