Home
last modified time | relevance | path

Searched refs:mem_cap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-ath25/
H A Dath25_platform.h53 u16 mem_cap; /* cap bank1 in MB */ member
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h182 MemoryRegion mem_cap; member
H A Dhcd-xhci.c3392 memory_region_init_io(&xhci->mem_cap, OBJECT(dev), &xhci_cap_ops, xhci, in usb_xhci_realize()
3401 memory_region_add_subregion(&xhci->mem, 0, &xhci->mem_cap); in usb_xhci_realize()
3432 memory_region_del_subregion(&xhci->mem, &xhci->mem_cap); in usb_xhci_unrealize()