Lines Matching refs:pci_conf
96 unsigned long pci_conf; /* CONFIGURATION */ member
121 u32 *pci_conf, tmp, cfg; in grpci1_cfg_r32() local
138 pci_conf = (u32 *) (priv->pci_conf | (devfn << 8) | (where & 0xfc)); in grpci1_cfg_r32()
139 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); in grpci1_cfg_r32()
183 unsigned int *pci_conf; in grpci1_cfg_w32() local
200 pci_conf = (unsigned int *) (priv->pci_conf | in grpci1_cfg_w32()
202 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val)); in grpci1_cfg_w32()
577 priv->pci_conf = ofdev->resource[2].start + 0x10000; in grpci1_of_probe()
578 priv->pci_conf_end = priv->pci_conf + 0x10000; in grpci1_of_probe()
590 priv->pci_io, priv->pci_conf-1, in grpci1_of_probe()
591 priv->pci_conf, priv->pci_conf_end-1); in grpci1_of_probe()