Lines Matching defs:slot
24 u32 slot;
72 unsigned slot;
99 slot = hb_probes[i].slot;
100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
125 reg = read_pci_config(bus, slot, 1,
152 reg = read_pci_config(bus, slot, 0, AMD_NB_F0_NODE_ID);
154 reg = read_pci_config(bus, slot, 0, AMD_NB_F0_UNIT_ID);
161 reg = read_pci_config(bus, slot, 1, 0xc0 + (i << 3));
166 reg = read_pci_config(bus, slot, 1, 0xc4 + (i << 3));
227 reg = read_pci_config(bus, slot, 1, 0x80 + (i << 3));
233 reg = read_pci_config(bus, slot, 1, 0x84 + (i << 3));
359 u8 slot = amd_nb_bus_dev_ranges[i].dev_base;
362 for (; slot < limit; ++slot) {
363 u32 val = read_pci_config(bus, slot, 3, 0);
368 val = read_pci_config(bus, slot, 3, 0x8c);
371 write_pci_config(bus, slot, 3, 0x8c, val);