Home
last modified time | relevance | path

Searched refs:pci_conf (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/sparc/kernel/
H A Dleon_pci_grpci1.c96 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()
[all …]
H A Dleon_pci_grpci2.c214 unsigned long pci_conf; /* CONFIGURATION */ member
239 unsigned int *pci_conf; in grpci2_cfg_r32() local
262 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() local
332 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 …]
/linux-6.15/drivers/net/wan/
H A Dfarsync.c696 regval = inl(card->pci_conf + CNTRL_9052); in fst_cpureset()
733 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_clear_intr()
745 outw(0x0543, card->pci_conf + INTCSR_9052); in fst_enable_intr()
756 outw(0x0000, card->pci_conf + INTCSR_9052); in fst_disable_intr()
788 outl(0x00020441, card->pci_conf + DMAMODE0); in fst_init_dma()
789 outl(0x00020441, card->pci_conf + DMAMODE1); in fst_init_dma()
790 outl(0x0, card->pci_conf + DMATHR); in fst_init_dma()
1457 outb(0x8, card->pci_conf + DMACSR0); in fst_intr()
1468 outb(0x8, card->pci_conf + DMACSR1); in fst_intr()
2151 tx_dma_done = inb(card->pci_conf + DMACSR1); in fst_close()
[all …]