Home
last modified time | relevance | path

Searched refs:erst (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c178 free(ctrl->erst.entries); in xhci_cleanup()
550 ctrl->erst.entries = (struct xhci_erst_entry *) in xhci_mem_init()
553 ctrl->erst.num_entries = ERST_NUM_SEGS; in xhci_mem_init()
560 struct xhci_erst_entry *entry = &ctrl->erst.entries[val]; in xhci_mem_init()
566 xhci_flush_cache((uintptr_t)ctrl->erst.entries, in xhci_mem_init()
584 val_64 |= ((uintptr_t)(ctrl->erst.entries) & ~ERST_PTR_MASK); in xhci_mem_init()
H A Dxhci.h1228 struct xhci_erst erst; member
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst53 To use ACPI ERST, a memory-backend-file object and acpi-erst device
57 -object memory-backend-file,id=erstnvram,mem-path=acpi-erst.backing,size=0x10000,share=on \
58 -device acpi-erst,memdev=erstnvram
64 this memory with the acpi-erst device.
H A Dpci-ids.rst98 PCI ACPI ERST device (``-device acpi-erst``)
/openbmc/qemu/hw/acpi/
H A Dmeson.build28 acpi_ss.add(when: 'CONFIG_ACPI_ERST', if_true: files('erst.c'))
H A Dtrace-events63 # erst.c
/openbmc/qemu/tests/qtest/
H A Dmeson.build99 config_all_devices.has_key('CONFIG_ACPI_ERST') ? ['erst-test'] : []) + \
378 'erst-test': files('erst-test.c'),