Lines Matching defs:bus
18 static void __init cnb20le_res(u8 bus, u8 slot, u8 func)
26 /* read the PCI bus numbers */
27 fbus = read_pci_config_byte(bus, slot, func, 0x44);
28 lbus = read_pci_config_byte(bus, slot, func, 0x45);
32 * Add the legacy IDE ports on bus 0
46 word1 = read_pci_config_16(bus, slot, func, 0xc0);
47 word2 = read_pci_config_16(bus, slot, func, 0xc2);
56 word1 = read_pci_config_16(bus, slot, func, 0xc4);
57 word2 = read_pci_config_16(bus, slot, func, 0xc6);
66 word1 = read_pci_config_16(bus, slot, func, 0xd0);
67 word2 = read_pci_config_16(bus, slot, func, 0xd2);
87 u8 bus = 0, slot = 0;
100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
106 cnb20le_res(bus, slot, 0);
107 cnb20le_res(bus, slot, 1);