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

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apm/
apm-merlin.dts 3 * dts file for AppliedMicro (APM) Merlin Board
10 /include/ "apm-shadowcat.dtsi"
13 model = "APM X-Gene Merlin board";
14 compatible = "apm,merlin", "apm,xgene-shadowcat";
apm-mustang.dts 3 * dts file for AppliedMicro (APM) Mustang Board
10 /include/ "apm-storm.dtsi"
13 model = "APM X-Gene Mustang board";
14 compatible = "apm,mustang", "apm,xgene-storm";
apm-shadowcat.dtsi 3 * dts file for AppliedMicro (APM) X-Gene Shadowcat SOC
9 compatible = "apm,xgene-shadowcat";
20 compatible = "apm,strega";
30 compatible = "apm,strega";
40 compatible = "apm,strega";
50 compatible = "apm,strega";
60 compatible = "apm,strega";
70 compatible = "apm,strega";
80 compatible = "apm,strega";
90 compatible = "apm,strega"
    [all...]
apm-storm.dtsi 3 * dts file for AppliedMicro (APM) X-Gene Storm SOC
9 compatible = "apm,xgene-storm";
20 compatible = "apm,potenza";
28 compatible = "apm,potenza";
36 compatible = "apm,potenza";
44 compatible = "apm,potenza";
52 compatible = "apm,potenza";
60 compatible = "apm,potenza";
68 compatible = "apm,potenza";
76 compatible = "apm,potenza"
    [all...]
  /src/sys/dev/apm/
apm.c 1 /* $NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $ */
32 * from: sys/arch/i386/i386/apm.c,v 1.49 2000/05/08
36 __KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $");
58 #include <dev/apm/apmvar.h>
81 #define APM(dev) (minor(dev)&0x0f)
88 * APM module. This is both the APM thread itself, as well as
186 return ("no APM present");
197 printf("APM ");
503 DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"))
    [all...]
  /src/sys/dev/hpc/apm/
apmdev.c 32 * from: sys/arch/i386/i386/apm.c,v 1.49 2000/05/08
60 #include <dev/hpc/apm/apmvar.h>
81 #define APM(dev) (minor(dev)&0x0f)
88 * APM module. This is both the APM thread itself, as well as
194 return ("no APM present");
205 printf("APM ");
514 DPRINTF(APMDEBUG_EVENTS, ("apm: unexpected event\n"));
538 printf("APM: %s event code %x\n", code, event_code);
632 aprint_normal("apm at %s", pnp)
    [all...]
  /src/sys/arch/macppc/dev/
apm.c 1 /* $NetBSD: apm.c,v 1.32 2022/02/11 04:23:18 thorpej Exp $ */
2 /* $OpenBSD: apm.c,v 1.5 2002/06/07 07:13:59 miod Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.32 2022/02/11 04:23:18 thorpej Exp $");
38 #include "apm.h"
41 #error only one APM emulation device may be configured
82 * APM module. This is both the APM thread itself, as well as
95 CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
130 * SCFLAG_NOPRINT: do not output APM power messages due to
133 * SCFLAG_PCTPRINT: do not output APM power messages due t
    [all...]

Completed in 129 milliseconds