Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dpcic.c178 struct linux_pcic *pcic; in pcic_read_config_dword() local
181 pcic = &pcic0; in pcic_read_config_dword()
188 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword()
199 *value = readl(pcic->pcic_config_space_data + (where&4)); in pcic_read_config_dword()
239 struct linux_pcic *pcic; in pcic_write_config_dword() local
242 pcic = &pcic0; in pcic_write_config_dword()
245 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword()
246 writel(value, pcic->pcic_config_space_data + (where&4)); in pcic_write_config_dword()
288 struct linux_pcic *pcic; in pcic_probe() local
299 pcic = &pcic0; in pcic_probe()
[all …]
DMakefile76 obj-$(CONFIG_PCIC_PCI) += pcic.o
/arch/mips/txx9/generic/
Dpci.c115 txx9_alloc_pci_controller(struct pci_controller *pcic, in txx9_alloc_pci_controller() argument
119 struct pcic { in txx9_alloc_pci_controller() struct
126 if (!pcic) { in txx9_alloc_pci_controller()
135 pcic = &new->c; in txx9_alloc_pci_controller()
137 BUG_ON(pcic != &txx9_primary_pcic); in txx9_alloc_pci_controller()
138 pcic->io_resource->flags = IORESOURCE_IO; in txx9_alloc_pci_controller()
145 pcic->mem_resource[0].start = mem_base; in txx9_alloc_pci_controller()
146 pcic->mem_resource[0].end = mem_base + mem_size - 1; in txx9_alloc_pci_controller()
147 if (request_resource(&iomem_resource, &pcic->mem_resource[0])) in txx9_alloc_pci_controller()
165 &pcic->mem_resource[0], in txx9_alloc_pci_controller()
[all …]
/arch/mips/pci/
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()
/arch/mips/rb532/
Dsetup.c58 val = __raw_readl(&pci_reg->pcic); in plat_mem_setup()
60 __raw_writel(val, (void *)&pci_reg->pcic); in plat_mem_setup()
/arch/mips/include/asm/txx9/
Dpci.h13 txx9_alloc_pci_controller(struct pci_controller *pcic,
/arch/mips/include/asm/mach-rc32434/
Dpci.h42 u32 pcic; member