usb: xhci: Add missing xhci_readl()
authorAaron Williams <awilliams@marvell.com>
Tue, 6 Apr 2021 10:10:17 +0000 (12:10 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 6 Apr 2021 14:38:57 +0000 (16:38 +0200)
commitcf868772dd554b1de2b3824d66c7d50b8e939440
treeb5d53add297263b1909a2234d2270a471f8e3458
parentc1125bad6cda95b45ec151e6d2227fb2b7b03a43
usb: xhci: Add missing xhci_readl()

Accessing the xHCI controller registers should be done via the
xhci_readl/writel functions. This patch adds this to a few missing
places.

Signed-off-by: Aaron Williams <awilliams@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Chandrakala Chavva <cchavva@marvell.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-mem.c