HomeSort by: relevance | last modified time | path
    Searched defs:pc_get_devid (Results 1 - 2 of 2) 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))
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))

Completed in 25 milliseconds