Searched refs:pci_conf (Results 1 – 2 of 2) sorted by relevance
96 unsigned long pci_conf; /* CONFIGURATION */ member121 u32 *pci_conf, tmp, cfg; in grpci1_cfg_r32() local138 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() local200 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()[all …]
214 unsigned long pci_conf; /* CONFIGURATION */ member239 unsigned int *pci_conf; in grpci2_cfg_r32() local262 pci_conf = (unsigned int *) (priv->pci_conf | in grpci2_cfg_r32()264 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); in grpci2_cfg_r32()310 unsigned int *pci_conf; in grpci2_cfg_w32() local332 pci_conf = (unsigned int *) (priv->pci_conf | in grpci2_cfg_w32()334 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val)); in grpci2_cfg_w32()763 priv->pci_conf = ofdev->resource[2].start + 0x10000; in grpci2_of_probe()764 priv->pci_conf_end = priv->pci_conf + 0x10000; in grpci2_of_probe()776 priv->pci_io, priv->pci_conf-1, in grpci2_of_probe()[all …]
Completed in 9 milliseconds