]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb/ehci: parameterise the register region offsets
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 29 Oct 2012 01:34:34 +0000 (11:34 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Nov 2012 12:10:09 +0000 (13:10 +0100)
commit27a11324e07f23587abfac3f0fd2fd6fb536aa74
tree4f2a8ad9b691feb433a27d2cb9003e7c398de049
parent0bc85da69e01f25c27f575ef0d57d29be4154d71
usb/ehci: parameterise the register region offsets

The capabilities register and operational register offsets can vary from one
EHCI implementation to the next. Parameterise accordingly.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c