HomeSort by: relevance | last modified time | path
    Searched defs:pc_get_frameid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/include/
pci_machdep.h 96 uint32_t (*pc_get_frameid)(void *, uint32_t); member in struct:arm32_pci_chipset
156 ((c)->pc_get_frameid ? (*(c)->pc_get_frameid)((c)->pc_conf_v, (d)) : 0)
  /src/sys/arch/riscv/include/
pci_machdep.h 125 uint32_t (*pc_get_frameid)(void *, uint32_t); member in struct:riscv_pci_chipset
186 ((c)->pc_get_frameid ? (*(c)->pc_get_frameid)((c)->pc_conf_v, (d)) : 0)

Completed in 29 milliseconds