Lines Matching defs:bus

199 #define	bus_debug(bus)	(pci_boot_debug != 0 && pci_debug_bus_start != -1 && \  argument
202 #define dump_memlists(tag, bus) \ argument
256 uint8_t bus; member
355 dump_memlists_impl(const char *tag, int bus) in dump_memlists_impl()
690 setup_bus_res(int bus) in setup_bus_res()
730 resolve_alloc_bus(uchar_t bus, mem_res_t type) in resolve_alloc_bus()
760 get_per_bridge_avail(uchar_t bus) in get_per_bridge_avail()
823 get_parbus_res(uchar_t parbus, uchar_t bus, uint64_t size, uint64_t align, in get_parbus_res()
889 get_pci_cap(uchar_t bus, uchar_t dev, uchar_t func, uint8_t cap_id) in get_pci_cap()
984 set_ppb_res(uchar_t bus, uchar_t dev, uchar_t func, mem_res_t type, in set_ppb_res()
1066 fetch_ppb_res(uchar_t bus, uchar_t dev, uchar_t func, mem_res_t type, in fetch_ppb_res()
1132 uchar_t bus, dev, func; in fix_ppb_res() local
1598 int bus; in pci_reprogram() local
1783 populate_bus_res(uchar_t bus) in populate_bus_res()
1837 create_root_bus_dip(uchar_t bus) in create_root_bus_dip()
1872 enumerate_bus_devs(uchar_t bus, int config_op) in enumerate_bus_devs()
2089 add_undofix_entry(uint8_t bus, uint8_t dev, uint8_t fn, in add_undofix_entry() argument
2132 uint8_t bus, dev, fn; in undo_pci_fixes() local
2153 undo_amd8111_pci_fix(uint8_t bus, uint8_t dev, uint8_t fn) in undo_amd8111_pci_fix()
2167 pci_fix_amd8111(uint8_t bus, uint8_t dev, uint8_t fn) in pci_fix_amd8111()
2189 set_devpm_d0(uchar_t bus, uchar_t dev, uchar_t func) in set_devpm_d0()
2225 process_devfunc(uchar_t bus, uchar_t dev, uchar_t func, int config_op) in process_devfunc()
2500 add_bar_reg_props(int op, uchar_t bus, uchar_t dev, uchar_t func, uint_t bar, in add_bar_reg_props()
2872 add_reg_props(dev_info_t *dip, uchar_t bus, uchar_t dev, uchar_t func, in add_reg_props()
3069 add_ppb_props(dev_info_t *dip, uchar_t bus, uchar_t dev, uchar_t func, in add_ppb_props()
3294 add_bus_range_prop(int bus) in add_bus_range_prop()
3311 memlist_to_ranges(void **rp, struct memlist *list, const int bus, in memlist_to_ranges()
3360 add_ranges_prop(int bus, boolean_t ppb) in add_ranges_prop()
3421 memlist_to_spec(struct pci_phys_spec *sp, const int bus, struct memlist *list, in memlist_to_spec()
3458 add_bus_available_prop(int bus) in add_bus_available_prop()
3518 create_ioapic_node(int bus, int dev, int fn, ushort_t vendorid, in create_ioapic_node()