Searched refs:pcic (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | pcic.c | 179 struct linux_pcic *pcic; in pcic_read_config_dword() local 182 pcic = &pcic0; in pcic_read_config_dword() 189 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword() 200 *value = readl(pcic->pcic_config_space_data + (where&4)); in pcic_read_config_dword() 240 struct linux_pcic *pcic; in pcic_write_config_dword() local 243 pcic = &pcic0; in pcic_write_config_dword() 246 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword() 247 writel(value, pcic->pcic_config_space_data + (where&4)); in pcic_write_config_dword() 289 struct linux_pcic *pcic; in pcic_probe() local 300 pcic = &pcic0; in pcic_probe() [all …]
|
D | Makefile | 77 obj-$(CONFIG_PCIC_PCI) += pcic.o
|
/linux-6.1.9/arch/mips/txx9/generic/ |
D | pci.c | 110 txx9_alloc_pci_controller(struct pci_controller *pcic, in txx9_alloc_pci_controller() argument 114 struct pcic { in txx9_alloc_pci_controller() struct 121 if (!pcic) { in txx9_alloc_pci_controller() 130 pcic = &new->c; in txx9_alloc_pci_controller() 132 BUG_ON(pcic != &txx9_primary_pcic); in txx9_alloc_pci_controller() 133 pcic->io_resource->flags = IORESOURCE_IO; in txx9_alloc_pci_controller() 140 pcic->mem_resource[0].start = mem_base; in txx9_alloc_pci_controller() 141 pcic->mem_resource[0].end = mem_base + mem_size - 1; in txx9_alloc_pci_controller() 142 if (request_resource(&iomem_resource, &pcic->mem_resource[0])) in txx9_alloc_pci_controller() 160 &pcic->mem_resource[0], in txx9_alloc_pci_controller() [all …]
|
/linux-6.1.9/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-6.1.9/arch/mips/rb532/ |
D | setup.c | 59 val = __raw_readl(&pci_reg->pcic); in plat_mem_setup() 61 __raw_writel(val, (void *)&pci_reg->pcic); in plat_mem_setup()
|
/linux-6.1.9/arch/mips/include/asm/txx9/ |
D | pci.h | 13 txx9_alloc_pci_controller(struct pci_controller *pcic,
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | Makefile | 20 pcic.o
|
/linux-6.1.9/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-6.1.9/arch/mips/include/asm/mach-rc32434/ |
D | pci.h | 42 u32 pcic; member
|
/linux-6.1.9/drivers/pci/ |
D | quirks.c | 1199 u32 pcic; in quirk_amd_ordering() local 1200 pci_read_config_dword(dev, 0x4C, &pcic); in quirk_amd_ordering() 1201 if ((pcic & 6) != 6) { in quirk_amd_ordering() 1202 pcic |= 6; in quirk_amd_ordering() 1204 pci_write_config_dword(dev, 0x4C, pcic); in quirk_amd_ordering() 1205 pci_read_config_dword(dev, 0x84, &pcic); in quirk_amd_ordering() 1206 pcic |= (1 << 23); /* Required in this mode */ in quirk_amd_ordering() 1207 pci_write_config_dword(dev, 0x84, pcic); in quirk_amd_ordering()
|