coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pciehp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void intel_acpi_pcie_hotplug_generator (u8 *hotplug_map, int port_number)
 
void intel_acpi_pcie_hotplug_scan_slot (struct bus *bus)
 

Function Documentation

◆ intel_acpi_pcie_hotplug_generator()

void intel_acpi_pcie_hotplug_generator ( u8 hotplug_map,
int  port_number 
)

Definition at line 11 of file pciehp.c.

References acpigen_emit_byte(), acpigen_emit_namestring(), acpigen_pop_len(), acpigen_write_byte(), acpigen_write_device(), acpigen_write_len_f(), acpigen_write_method(), acpigen_write_name_byte(), acpigen_write_scope(), and memcpy().

Referenced by southbridge_fill_ssdt().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ intel_acpi_pcie_hotplug_scan_slot()

void intel_acpi_pcie_hotplug_scan_slot ( struct bus bus)