Searched refs:pcic (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | pcic.c | 178 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 …]
|
D | Makefile | 76 obj-$(CONFIG_PCIC_PCI) += pcic.o
|
/linux-4.4.14/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-4.4.14/arch/mips/pci/ |
D | pci-rc32434.c | 115 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-4.4.14/arch/mips/rb532/ |
D | setup.c | 58 val = __raw_readl(&pci_reg->pcic); in plat_mem_setup() 60 __raw_writel(val, (void *)&pci_reg->pcic); in plat_mem_setup()
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | pci.h | 13 txx9_alloc_pci_controller(struct pci_controller *pcic,
|
/linux-4.4.14/drivers/pcmcia/ |
D | i82365.c | 192 struct pcic { struct 197 static struct pcic pcic[] = { argument 211 #define PCIC_COUNT ARRAY_SIZE(pcic) 667 socket[sockets].flags = pcic[type].flags; in add_socket() 681 printk(KERN_INFO " %s", pcic[type].name); in add_pcic() 1120 pcic[s->type].name, s->psock);
|
/linux-4.4.14/arch/mips/include/asm/mach-rc32434/ |
D | pci.h | 42 u32 pcic; member
|
/linux-4.4.14/drivers/pci/ |
D | quirks.c | 985 u32 pcic; in quirk_amd_ordering() local 986 pci_read_config_dword(dev, 0x4C, &pcic); in quirk_amd_ordering() 987 if ((pcic & 6) != 6) { in quirk_amd_ordering() 988 pcic |= 6; in quirk_amd_ordering() 990 pci_write_config_dword(dev, 0x4C, pcic); in quirk_amd_ordering() 991 pci_read_config_dword(dev, 0x84, &pcic); in quirk_amd_ordering() 992 pcic |= (1 << 23); /* Required in this mode */ in quirk_amd_ordering() 993 pci_write_config_dword(dev, 0x84, pcic); in quirk_amd_ordering()
|