treewide: capitalize 'USB'
Change-Id: I7650786ea50465a4c2d11de948fdb81f4e509772 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39100 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
dfd3f21174
commit
44f558ec26
@ -52,7 +52,7 @@ pci_devfn_t pci_ehci_dbg_dev(unsigned hcd_idx)
|
||||
|
||||
void pci_ehci_dbg_set_port(pci_devfn_t dev, unsigned int port)
|
||||
{
|
||||
/* claim usb debug port */
|
||||
/* claim USB debug port */
|
||||
const unsigned long dbgctl_addr =
|
||||
((unsigned long)ehci_bar) + CONFIG_EHCI_DEBUG_OFFSET;
|
||||
write32(dbgctl_addr, read32(dbgctl_addr) | (1 << 30));
|
||||
|
Reference in New Issue
Block a user