Lines Matching refs:slot
23 u32 slot; member
63 unsigned slot; in early_root_info_init() local
90 slot = hb_probes[i].slot; in early_root_info_init()
91 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in early_root_info_init()
115 reg = read_pci_config(bus, slot, 1, in early_root_info_init()
142 reg = read_pci_config(bus, slot, 0, AMD_NB_F0_NODE_ID); in early_root_info_init()
144 reg = read_pci_config(bus, slot, 0, AMD_NB_F0_UNIT_ID); in early_root_info_init()
151 reg = read_pci_config(bus, slot, 1, 0xc0 + (i << 3)); in early_root_info_init()
156 reg = read_pci_config(bus, slot, 1, 0xc4 + (i << 3)); in early_root_info_init()
217 reg = read_pci_config(bus, slot, 1, 0x80 + (i << 3)); in early_root_info_init()
223 reg = read_pci_config(bus, slot, 1, 0x84 + (i << 3)); in early_root_info_init()
366 u8 slot = amd_nb_bus_dev_ranges[i].dev_base; in pci_enable_pci_io_ecs() local
369 for (; slot < limit; ++slot) { in pci_enable_pci_io_ecs()
370 u32 val = read_pci_config(bus, slot, 3, 0); in pci_enable_pci_io_ecs()
375 val = read_pci_config(bus, slot, 3, 0x8c); in pci_enable_pci_io_ecs()
378 write_pci_config(bus, slot, 3, 0x8c, val); in pci_enable_pci_io_ecs()