HomeSort by: relevance | last modified time | path
    Searched defs:zsdevice (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/arch/sgimips/stand/common/
iris_zs.h 40 struct zsdevice { struct
iris_zs.h 40 struct zsdevice { struct
  /src/sys/arch/sun2/dev/
zsreg.h 44 struct zsdevice { struct
zsreg.h 44 struct zsdevice { struct
  /src/sys/arch/mvme68k/dev/
zsvar.h 72 struct zsdevice { struct
82 void zs_config(struct zsc_softc *, struct zsdevice *, int, int);
83 void zs_cnconfig(int, int, struct zsdevice *, int);
zsvar.h 72 struct zsdevice { struct
82 void zs_config(struct zsc_softc *, struct zsdevice *, int, int);
83 void zs_cnconfig(int, int, struct zsdevice *, int);
  /src/sys/arch/x68k/include/
z8530var.h 129 struct zsdevice { struct
140 struct zsdevice *zsc_addr;
z8530var.h 129 struct zsdevice { struct
140 struct zsdevice *zsc_addr;
  /src/sys/arch/ews4800mips/sbd/
zs_sbdio.c 68 struct zsdevice { struct
115 struct zsdevice *zs_addr;
zs_sbdio.c 68 struct zsdevice { struct
115 struct zsdevice *zs_addr;
  /src/sys/arch/atari/dev/
zsvar.h 83 struct zsdevice { struct
zsvar.h 83 struct zsdevice { struct
  /src/sys/arch/news68k/dev/
zs.c 102 struct zsdevice { struct
187 struct zsdevice *zs;
zs.c 102 struct zsdevice { struct
187 struct zsdevice *zs;
  /src/sys/arch/sparc64/dev/
zsvar.h 54 struct zsdevice { struct
zsvar.h 54 struct zsdevice { struct
  /src/sys/dev/tc/
zs_ioasic.c 130 struct zsdevice { struct
158 struct zsdevice *addr;
162 addr = (struct zsdevice *)TC_DENSE_TO_SPARSE(zsaddr);
165 addr = (struct zsdevice *)MIPS_PHYS_TO_KSEG1(zsaddr);
zs_ioasic.c 130 struct zsdevice { struct
158 struct zsdevice *addr;
162 addr = (struct zsdevice *)TC_DENSE_TO_SPARSE(zsaddr);
165 addr = (struct zsdevice *)MIPS_PHYS_TO_KSEG1(zsaddr);
  /src/sys/arch/sparc/dev/
zs_kgdb.c 74 struct zsdevice { struct
140 struct zsdevice *zsd;
zs_kgdb.c 74 struct zsdevice { struct
140 struct zsdevice *zsd;
zs.c 100 struct zsdevice { struct
163 static void zs_attach(struct zsc_softc *, struct zsdevice *, int);
318 sizeof(struct zsdevice),
390 zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri)
  /src/sys/arch/newsmips/dev/
zs_hb.c 90 struct zsdevice { struct
98 static struct zsdevice *zsaddr[NZS];
134 struct zsdevice *addr;
zs_hb.c 90 struct zsdevice { struct
98 static struct zsdevice *zsaddr[NZS];
134 struct zsdevice *addr;
  /src/sys/arch/mipsco/obio/
zs.c 107 struct zsdevice { struct
116 #define ZS_CHAN_A OFFSET(struct zsdevice, zs_chan_a)
117 #define ZS_CHAN_B OFFSET(struct zsdevice, zs_chan_b)
207 sizeof(struct zsdevice),
563 struct zsdevice *addr;
569 addr = (struct zsdevice *) ZS0_ADDR;
  /src/sys/arch/sgimips/dev/
zs.c 103 struct zsdevice { struct
111 #define ZS_CHAN_A OFFSET(struct zsdevice, zs_chan_a)
112 #define ZS_CHAN_B OFFSET(struct zsdevice, zs_chan_b)
622 struct zsdevice *addr;
629 addr = (struct zsdevice *)
637 addr = (struct zsdevice *)
640 addr = (struct zsdevice *)
652 addr = (struct zsdevice *) MIPS_PHYS_TO_KSEG1(0x1fbd9830);

Completed in 30 milliseconds

1 2