HomeSort by: relevance | last modified time | path
    Searched refs:pc_get_devid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/include/
pci_machdep.h 95 uint32_t (*pc_get_devid)(void *, uint32_t); member in struct:arm32_pci_chipset
154 ((c)->pc_get_devid ? (*(c)->pc_get_devid)((c)->pc_conf_v, (d)) : (d))
  /src/sys/arch/riscv/include/
pci_machdep.h 123 uint32_t (*pc_get_devid)(void *, uint32_t);
184 ((c)->pc_get_devid ? (*(c)->pc_get_devid)((c)->pc_conf_v, (d)) : (d))
  /src/sys/arch/arm/acpi/
acpi_pci_machdep.c 151 .pc_get_devid = acpi_pci_md_get_devid,

Completed in 13 milliseconds