Home
last modified time | relevance | path

Searched defs:ehci_bar (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/util/uio_usbdebug/
Duio_usbdebug.c18 void *ehci_bar; variable
/external/coreboot/src/drivers/usb/
Dpci_ehci.c46 u8 ehci_bar = 0x10 + 4 * ((cap >> 29) - 1); in ehci_debug_hw_enable() local
Dehci_debug.c423 static int usbdebug_init_(uintptr_t ehci_bar, unsigned int offset, struct ehci_debug_info *info) in usbdebug_init_()
/external/coreboot/src/southbridge/intel/lynxpoint/
Dearly_usb_native.c22 static void ehci_hcs_init(const pci_devfn_t dev, const uintptr_t ehci_bar) in ehci_hcs_init()