HomeSort by: relevance | last modified time | path
    Searched refs:pcib (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 226 unsigned pchb, pcib, dev11, dev12, dev13, dev15, dev16, val; local in function:brdsetup
253 if (pcifinddev(0x10ad, 0x0565, &pcib) == 0) {
257 else if (pcifinddev(0x1106, 0x0686, &pcib) == 0) {
407 unsigned ac97, ide, pcib, pmgt, usb12, usb34, val; local in function:encbrdfix
418 pcib = pcimaketag(0, 22, 0);
429 val = pcicfgread(pcib, 0x84);
431 pcicfgwrite(pcib, 0x84, val);
433 val = pcicfgread(pcib, 0x84);
435 pcicfgwrite(pcib, 0x84, val);
438 val = pcicfgread(pcib, 0x54)
469 unsigned ide, irq, net, pcib, steer, val; local in function:encpcifix
596 unsigned ide, net, pcib, steer, val; local in function:motpcifix
    [all...]
  /src/sys/arch/cats/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.18 2021/08/07 16:18:47 thorpej Exp $ */
31 * from: i386/pci/pcib.c,v 1.12
35 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.18 2021/08/07 16:18:47 thorpej Exp $");
55 CFATTACH_DECL_NEW(pcib, 0,
  /src/sys/arch/netwinder/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.18 2021/08/07 16:19:00 thorpej Exp $ */
31 * from: i386/pci/pcib.c,v 1.12
35 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.18 2021/08/07 16:19:00 thorpej Exp $");
55 CFATTACH_DECL_NEW(pcib, 0,
  /src/sys/arch/cobalt/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.22 2023/12/20 06:36:03 thorpej Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.22 2023/12/20 06:36:03 thorpej Exp $");
46 CFATTACH_DECL_NEW(pcib, 0,
  /src/sys/arch/evbmips/loongson/dev/
pcib.c 1 /* $NetBSD: pcib.c,v 1.4 2021/08/07 16:18:51 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.4 2021/08/07 16:18:51 thorpej Exp $");
56 CFATTACH_DECL3_NEW(pcib, sizeof(struct pcib_softc),
152 * pcib only carries "isabus", but this can also be used
  /src/sys/arch/x86/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.21 2021/08/07 16:19:08 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.21 2021/08/07 16:19:08 thorpej Exp $");
54 CFATTACH_DECL3_NEW(pcib, sizeof(struct pcib_softc),
232 * Even though pcib only has a single "isabus" interface
  /src/sys/arch/powerpc/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.12 2025/10/04 04:46:56 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.12 2025/10/04 04:46:56 thorpej Exp $");
63 CFATTACH_DECL_NEW(pcib, sizeof(struct pcib_softc),
  /src/sys/arch/atari/conf/
files.atari 156 device pcib: pcibus
157 attach pcib at mainbus
  /src/sys/arch/algor/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.29 2024/02/08 20:11:55 andvar Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.29 2024/02/08 20:11:55 andvar Exp $");
118 CFATTACH_DECL_NEW(pcib, sizeof(struct pcib_softc),
271 EVCNT_TYPE_INTR, NULL, "pcib", pcib_intrnames[i]);
  /src/sys/arch/evbmips/malta/pci/
pcib.c 1 /* $NetBSD: pcib.c,v 1.25 2024/02/08 20:11:56 andvar Exp $ */
39 __KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.25 2024/02/08 20:11:56 andvar Exp $");
143 CFATTACH_DECL_NEW(pcib, sizeof(struct pcib_softc),
311 EVCNT_TYPE_INTR, NULL, "pcib", irqstr);
314 EVCNT_TYPE_INTR, NULL, "pcib", isa_intrnames[i]);
  /src/sys/arch/atari/pci/
pci_machdep.c 133 CFATTACH_DECL_NEW(pcib, 0,
147 if (strcmp((char *)aux, "pcib"))
  /src/share/man/man4/
Makefile 235 MLINKS+=pci.4 pcib.4

Completed in 16 milliseconds