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

  /src/sys/arch/newsmips/stand/bootxx/
bootxx.c 59 int apbus = 0; variable in typeref:typename:int
75 * argv (apbus-based machine)
78 apbus = 1;
80 apbus = 0;
96 if (apbus) {
129 if (apbus) {
139 if (apbus)
152 if (apbus)
  /src/sys/arch/newsmips/apbus/
apbusvar.h 29 #include <machine/apbus.h>
if_sn_ap.c 52 #include <newsmips/apbus/apbusvar.h>
53 #include <newsmips/apbus/if_snreg.h>
54 #include <newsmips/apbus/if_snvar.h>
apbus_subr.c 42 #include <newsmips/apbus/apbusvar.h>
65 printf("%s: cannot allocate APbus PROM work\n",
mkclock_ap.c 47 #include <newsmips/apbus/apbusvar.h>
dmac3.c 41 #include <newsmips/apbus/apbusvar.h>
42 #include <newsmips/apbus/dmac3reg.h>
43 #include <newsmips/apbus/dmac3var.h>
kb_ap.c 42 #include <newsmips/apbus/apbusvar.h>
ms_ap.c 40 #include <newsmips/apbus/apbusvar.h>
spifi.c 47 #include <newsmips/apbus/apbusvar.h>
48 #include <newsmips/apbus/spifireg.h>
49 #include <newsmips/apbus/dmac3reg.h>
50 #include <newsmips/apbus/dmac3var.h>
if_tlp_ap.c 59 #include <newsmips/apbus/apbusvar.h>
if_sn.c 50 #include <newsmips/apbus/apbusvar.h>
51 #include <newsmips/apbus/if_snreg.h>
52 #include <newsmips/apbus/if_snvar.h>
apbus.c 1 /* $NetBSD: apbus.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: apbus.c,v 1.29 2021/08/07 16:19:01 thorpej Exp $");
47 #include <newsmips/apbus/apbusvar.h>
240 NULL, "apbus", name);
xafb.c 52 #include <newsmips/apbus/apbusvar.h>
zs_ap.c 60 #include <newsmips/apbus/apbusvar.h>
  /src/sys/arch/newsmips/stand/boot/
boot.c 48 int apbus; variable in typeref:typename:int
82 * argv (apbus-based machine)
85 apbus = 1;
87 apbus = 0;
89 if (apbus)
95 if (apbus) {
100 DPRINTF("APbus-based system\n");
198 if (apbus) {
211 if (apbus)
225 if (apbus)
    [all...]
devopen.c 70 extern int apbus;
84 if (apbus)
139 if (apbus)
155 if (apbus) {
172 if (apbus) {
  /src/sys/arch/newsmips/include/
apcall.h 32 #include <machine/apbus.h>
  /src/sys/arch/newsmips/newsmips/
mainbus.c 40 #include <machine/apbus.h>
news4000.c 41 #include <newsmips/apbus/apbusvar.h>
news5000.c 44 #include <newsmips/apbus/apbusvar.h>
140 printf("APbus error 0x%04x\n", stat & 0xffff);
machdep.c 85 #include <machine/apbus.h>
  /src/sys/arch/mips/ingenic/
apbus.c 1 /* $NetBSD: apbus.c,v 1.21 2021/08/07 16:18:59 thorpej Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: apbus.c,v 1.21 2021/08/07 16:18:59 thorpej Exp $");
53 CFATTACH_DECL_NEW(apbus, 0, apbus_match, apbus_attach, NULL, NULL);
122 if (strcmp(aa->md_name, "apbus") == 0) return 1;
287 #define CHIP apbus

Completed in 19 milliseconds