HomeSort by: relevance | last modified time | path
    Searched refs:iomod (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/sys/arch/hppa/stand/common/
lf.c 33 #include <machine/iomod.h>
ct.c 59 #include <machine/iomod.h>
dk.c 33 #include <machine/iomod.h>
machdep.c 35 #include <machine/iomod.h>
pdc.c 72 #include <machine/iomod.h>
274 struct iomod *io;
318 io = (struct iomod *) memmap.hpa;
dev_hppa.c 38 #include <machine/iomod.h>
itecons.c 57 #include <machine/iomod.h>
  /src/sys/arch/hppa/hppa/
ipifuncs.c 34 #include <machine/iomod.h>
107 struct iomod *cpu;
126 cpu = (struct iomod *)(ci->ci_hpa);
  /src/sys/arch/hppa/dev/
com_ssio.c 27 #include <machine/iomod.h>
91 PAGE0->mem_cons.pz_hpa == (struct iomod *)ioh) {
gecko.c 27 #include <machine/iomod.h>
67 volatile struct iomod *regs;
com_dino.c 36 #include <machine/iomod.h>
106 PAGE0->mem_cons.pz_hpa == (struct iomod *)ca->ca_hpa) {
clock.c 41 #include <machine/iomod.h>
phantomas.c 34 #include <machine/iomod.h>
cpu.c 46 #include <machine/iomod.h>
228 struct iomod *cpu;
261 cpu = (struct iomod *)(ci->ci_hpa);
siop_sgc.c 32 #include <machine/iomod.h>
87 volatile struct iomod *regs;
mem.c 94 #include <machine/iomod.h>
184 &((struct iomod *)ca->ca_hpa)->priv_trs;
  /src/sys/arch/hppa/include/
iomod.h 1 /* $NetBSD: iomod.h,v 1.1 2014/02/24 07:23:43 skrll Exp $ */
3 /* $OpenBSD: iomod.h,v 1.18 2007/10/20 16:41:45 miod Exp $ */
53 * Utah $Hdr: iomod.h 1.6 94/12/14$
123 #define FPA_IOMOD ((FPA_HIGH-FPA_LOW)/sizeof(struct iomod))
135 * basically sizeof(struct iomod) (see later)
218 struct iomod *imm_hpa; /* HPA of Initial Memory module */
321 struct iomod { struct
360 #define IOMOD_IO_IO_LOW(mod) (((struct iomod *)(mod))->io_io_low)
361 #define IOMOD_IO_IO_HIGH(mod) (((struct iomod *)(mod))->io_io_high)
Makefile 11 ieee.h ieeefp.h intr.h intrdefs.h iomod.h isa_machdep.h \
pdc.h 63 * | Page Zero (iomod.h)|
309 struct iomod;
312 typedef int (*iodcio_t)(struct iomod *, int, ...);
707 struct iomod *pz_hpa; /* HPA base address of device */
  /src/sys/arch/hppa/gsc/
fdc_gsc.c 38 #include <machine/iomod.h>
hil_gsc.c 37 #include <machine/iomod.h>
com_gsc.c 47 #include <machine/iomod.h>
gscbus.c 83 #include <machine/iomod.h>
oosiop_gsc.c 96 #include <machine/iomod.h>
lpt_gsc.c 64 #include <machine/iomod.h>

Completed in 25 milliseconds

1 2 3