summary refs log tree commit diff stats
path: root/include/hw/usb/uhci-regs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/usb/uhci: Introduce and use register definesGuenter Roeck2024-12-311-0/+11
| | | | | | | | | | | | Introduce defines for UHCI registers to simplify adding register access in subsequent patches of the series. No functional change. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Cédric Le Goater <clg@redhat.com> Message-ID: <20240906122542.3808997-3-linux@roeck-us.net> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
| | | | | | | Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
* usb: add uhci port status reserved bitGerd Hoffmann2014-06-021-0/+1
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-0/+39
So we can easily use them in tests. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>