Searched defs:bhndb_pci_probe (Results 1 – 1 of 1) sorted by relevance
160 struct bhndb_pci_probe { struct161 device_t dev; /**< bridge device */162 device_t pci_dev; /**< parent PCI device */163 struct bhnd_chipid cid; /**< chip identification */164 struct bhnd_core_info hostb_core; /**< PCI bridge core info */166 struct bhndb_pci_eio erom_io; /**< erom I/O instance */167 bhnd_erom_class_t *erom_class; /**< probed erom class */168 bhnd_erom_t *erom; /**< erom parser */169 struct bhnd_core_info *cores; /**< erom-owned core table */170 u_int ncores; /**< number of cores */[all …]