Searched refs:pcic (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/sparc/kernel/ |
D | pcic.c | 173 struct linux_pcic *pcic; in pcic_read_config_dword() local 176 pcic = &pcic0; in pcic_read_config_dword() 183 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword() 194 *value = readl(pcic->pcic_config_space_data + (where&4)); in pcic_read_config_dword() 234 struct linux_pcic *pcic; in pcic_write_config_dword() local 237 pcic = &pcic0; in pcic_write_config_dword() 240 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword() 241 writel(value, pcic->pcic_config_space_data + (where&4)); in pcic_write_config_dword() 283 struct linux_pcic *pcic; in pcic_probe() local 294 pcic = &pcic0; in pcic_probe() [all …]
|
D | Makefile | 80 obj-$(CONFIG_SPARC32_PCI) += pcic.o
|
/linux-2.6.39/arch/mips/txx9/generic/ |
D | pci.c | 115 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 …]
|
/linux-2.6.39/arch/mips/pci/ |
D | pci-rc32434.c | 116 pcicvalue = rc32434_pci->pcic; in rc32434_pcibridge_init() 127 rc32434_pci->pcic = pcicdata; /* Enable the PCI bus Interface */ in rc32434_pcibridge_init() 198 pcicntlval = rc32434_pci->pcic; in rc32434_pcibridge_init() 200 rc32434_pci->pcic = pcicntlval; in rc32434_pcibridge_init() 201 pcicntlval = rc32434_pci->pcic; in rc32434_pcibridge_init()
|
/linux-2.6.39/arch/mips/rb532/ |
D | setup.c | 57 val = __raw_readl(&pci_reg->pcic); in plat_mem_setup() 59 __raw_writel(val, (void *)&pci_reg->pcic); in plat_mem_setup()
|
/linux-2.6.39/arch/mips/include/asm/txx9/ |
D | pci.h | 13 txx9_alloc_pci_controller(struct pci_controller *pcic,
|
/linux-2.6.39/drivers/pcmcia/ |
D | i82365.c | 198 static pcic_t pcic[] = { variable 212 #define PCIC_COUNT (sizeof(pcic)/sizeof(pcic_t)) 668 socket[sockets].flags = pcic[type].flags; in add_socket() 682 printk(KERN_INFO " %s", pcic[type].name); in add_pcic() 1121 pcic[s->type].name, s->psock);
|
/linux-2.6.39/drivers/pci/ |
D | quirks.c | 1020 u32 pcic; in quirk_amd_ordering() local 1021 pci_read_config_dword(dev, 0x4C, &pcic); in quirk_amd_ordering() 1022 if ((pcic&6)!=6) { in quirk_amd_ordering() 1023 pcic |= 6; in quirk_amd_ordering() 1025 pci_write_config_dword(dev, 0x4C, pcic); in quirk_amd_ordering() 1026 pci_read_config_dword(dev, 0x84, &pcic); in quirk_amd_ordering() 1027 pcic |= (1<<23); /* Required in this mode */ in quirk_amd_ordering() 1028 pci_write_config_dword(dev, 0x84, pcic); in quirk_amd_ordering()
|
/linux-2.6.39/arch/mips/include/asm/mach-rc32434/ |
D | pci.h | 42 u32 pcic; member
|