Lines Matching defs:config
323 * local bus segment so need a type 0 config cycle
329 * 3:1 = config cycle (101)
347 * not the local bus segment so need a type 1 config cycle
355 * 3:1 = config cycle (101)
373 * The config mem is always 16MB.
405 int config, int size, u32 *value)
412 PCI_SLOT(fn), PCI_FUNC(fn), config, size, *value);
413 ret = pci_generic_config_read(bus, fn, config, size, value);
419 int config, int size, u32 value)
426 PCI_SLOT(fn), PCI_FUNC(fn), config, size, value);
427 ret = pci_generic_config_write(bus, fn, config, size, value);
756 dev_err(dev, "config mem is not 16MB!\n");