Lines Matching refs:cfgspace
465 __le32 *cfgspace;
471 cfgspace = (__le32 *) &bridge->conf;
478 cfgspace = NULL;
485 cfgspace = (__le32 *) &bridge->pcie_conf;
491 cfgspace = NULL;
505 if (cfgspace)
506 *value = le32_to_cpu(cfgspace[reg / 4]);
542 __le32 *cfgspace;
552 cfgspace = (__le32 *) &bridge->conf;
559 cfgspace = (__le32 *) &bridge->pcie_conf;
565 cfgspace = NULL;
597 if (cfgspace) {
598 /* Save the new value with the cleared W1C bits into the cfgspace */
599 cfgspace[reg / 4] = cpu_to_le32(new);