Lines Matching refs:slot
18 static void __init cnb20le_res(u8 bus, u8 slot, u8 func) in cnb20le_res() argument
27 fbus = read_pci_config_byte(bus, slot, func, 0x44); in cnb20le_res()
28 lbus = read_pci_config_byte(bus, slot, func, 0x45); in cnb20le_res()
46 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res()
47 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res()
56 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res()
57 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res()
66 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res()
67 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
87 u8 bus = 0, slot = 0; in broadcom_postcore_init() local
100 id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID); in broadcom_postcore_init()
106 cnb20le_res(bus, slot, 0); in broadcom_postcore_init()
107 cnb20le_res(bus, slot, 1); in broadcom_postcore_init()