Home
last modified time | relevance | path

Searched refs:pcic (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sparc/kernel/
H A Dpcic.c180 struct linux_pcic *pcic; in pcic_read_config_dword() local
183 pcic = &pcic0; in pcic_read_config_dword()
190 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword()
201 *value = readl(pcic->pcic_config_space_data + (where&4)); in pcic_read_config_dword()
241 struct linux_pcic *pcic; in pcic_write_config_dword() local
244 pcic = &pcic0; in pcic_write_config_dword()
247 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword()
248 writel(value, pcic->pcic_config_space_data + (where&4)); in pcic_write_config_dword()
290 struct linux_pcic *pcic; in pcic_probe() local
301 pcic = &pcic0; in pcic_probe()
[all …]
/linux/arch/mips/txx9/generic/
H A Dpci.c111 txx9_alloc_pci_controller(struct pci_controller *pcic, in txx9_alloc_pci_controller() argument
115 struct pcic { in txx9_alloc_pci_controller() struct
122 if (!pcic) { in txx9_alloc_pci_controller()
131 pcic = &new->c; in txx9_alloc_pci_controller()
133 BUG_ON(pcic != &txx9_primary_pcic); in txx9_alloc_pci_controller()
134 pcic->io_resource->flags = IORESOURCE_IO; in txx9_alloc_pci_controller()
141 pcic->mem_resource[0].start = mem_base; in txx9_alloc_pci_controller()
142 pcic->mem_resource[0].end = mem_base + mem_size - 1; in txx9_alloc_pci_controller()
143 if (request_resource(&iomem_resource, &pcic->mem_resource[0])) in txx9_alloc_pci_controller()
161 &pcic->mem_resource[0], in txx9_alloc_pci_controller()
[all …]
/linux/arch/mips/pci/
H A Dpci-rc32434.c115 pcicvalue = rc32434_pci->pcic; in rc32434_pcibridge_init()
126 rc32434_pci->pcic = pcicdata; /* Enable the PCI bus Interface */ in rc32434_pcibridge_init()
197 pcicntlval = rc32434_pci->pcic; in rc32434_pcibridge_init()
199 rc32434_pci->pcic = pcicntlval; in rc32434_pcibridge_init()
200 pcicntlval = rc32434_pci->pcic; in rc32434_pcibridge_init()
/linux/arch/mips/rb532/
H A Dsetup.c59 val = __raw_readl(&pci_reg->pcic); in plat_mem_setup()
61 __raw_writel(val, (void *)&pci_reg->pcic); in plat_mem_setup()
/linux/arch/mips/include/asm/txx9/
H A Dpci.h13 txx9_alloc_pci_controller(struct pci_controller *pcic,