Lines Matching defs:config

194  * bridge, hence load the driver and avail the config map services from
224 * 2 = dump generic debug data only (no config header dumped)
578 uint32_t config;
582 config = PCI_CAP_GET32(handle, NULL, cap_ptr,
584 num_slots = config & 0x1F;
920 * If we need to do indirect config, lets create a property here
1446 "pcicfg: cannot map config space, to get map type\n");
1814 DEBUG0("Failed to map config space!\n");
1892 DEBUG0("Failed to map config space!\n");
2094 DEBUG0("Failed to map config space!\n");
2264 DEBUG0("Failed to map config space!\n");
2608 DEBUG0("Failed to map config space!\n");
2966 DEBUG0("Failed to map config space!\n");
3324 * Since the config space "reg" entry should have been
3402 * Setup the basic 1275 properties based on information found in the config
4045 "Failed to setup config space\n");
4054 * As soon as we have access to config space,
4303 * if so, program config space to disable error msgs during probe.
4350 "Failed to setup config space\n");
4369 "Failed to setup config space\n");
4393 * As soon as we have access to config space,
4558 * PCI, it is the config address.
5665 "Failed to setup config space\n");
5703 * sent back as part of the config data. If the first two words
5704 * of the config space happen to be the same as the Master Abort
6354 pci_regspec_t config;
6387 config.pci_phys_hi = PCI_CONF_ADDR_MASK & phys_spec.pci_phys_hi;
6388 config.pci_phys_hi &= ~PCI_REG_REG_M;
6389 config.pci_phys_mid = config.pci_phys_low = 0;
6390 config.pci_size_hi = config.pci_size_low = 0;
6399 if (pcicfg_map_phys(dip, &config, &virt, &acc, &h)) {
6400 DEBUG0("Can not map in config space\n");
6427 pcicfg_unmap_phys(&h, &config);
6452 pcicfg_unmap_phys(&h, &config);
6489 pcicfg_unmap_phys(&h, &config);
6514 pcicfg_unmap_phys(&h, &config);
6530 pcicfg_unmap_phys(&h, &config);
6543 pcicfg_unmap_phys(&h, &config);
6547 pcicfg_unmap_phys(&h, &config);
6557 pci_regspec_t config;
6566 config.pci_phys_hi = PCI_CONF_ADDR_MASK & phys_spec.pci_phys_hi;
6567 config.pci_phys_hi &= ~PCI_REG_REG_M;
6568 config.pci_phys_mid = config.pci_phys_low = 0;
6569 config.pci_size_hi = config.pci_size_low = 0;
6578 if (pcicfg_map_phys(dip, &config, &virt, &acc, &h)) {
6579 DEBUG0("Can not map in config space\n");
6598 pcicfg_unmap_phys(&h, &config);
6619 pcicfg_unmap_phys(&h, &config);
6631 pcicfg_unmap_phys(&h, &config);
6638 pcicfg_unmap_phys(&h, &config);
6651 pcicfg_unmap_phys(&h, &config);
6655 pcicfg_unmap_phys(&h, &config);