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

1 2

  /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);
zs_pcc.c 108 struct zsdevice zs;
188 struct zsdevice zs;
zs_pcctwo.c 109 struct zsdevice zs;
170 struct zsdevice zs;
zs.c 130 zs_config(struct zsc_softc *zsc, struct zsdevice *zs, int vector, int pclk)
495 zs_cnconfig(int zsc_unit, int channel, struct zsdevice *zs, int pclk)
  /src/sys/arch/sgimips/stand/common/
iris_zs.h 40 struct zsdevice { struct
iris_zs.c 156 struct zsdevice *addr;
159 addr = (struct zsdevice *)MIPS_PHYS_TO_KSEG1(ZS_ADDR);
  /src/sys/arch/sun2/dev/
zsreg.h 44 struct zsdevice { struct
zs_any.c 101 if (bus_space_map(ma->ma_bustag, ma->ma_paddr, sizeof(struct zsdevice),
105 bus_space_unmap(ma->ma_bustag, bh, sizeof(struct zsdevice));
134 if (bus_space_map(ma->ma_bustag, ma->ma_paddr, sizeof(struct zsdevice),
196 if (find_prom_map(zs0_phys, PMAP_OBIO, sizeof(struct zsdevice), &va))
zsvar.h 75 void zs_attach(struct zsc_softc *, struct zsdevice *, int);
zs_kgdb.c 130 struct zsdevice *zsd;
  /src/sys/arch/x68k/include/
z8530var.h 129 struct zsdevice { struct
140 struct zsdevice *zsc_addr;
  /src/sys/arch/atari/dev/
zsvar.h 83 struct zsdevice { struct
  /src/sys/arch/sparc64/dev/
zsvar.h 54 struct zsdevice { struct
zs.c 109 struct zsdevice { struct
119 static struct zsdevice *zsaddr[NZS];
163 static void zs_attach(struct zsc_softc *, struct zsdevice *, int);
335 zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri)
  /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/ews4800mips/sbd/
zs_sbdio.c 68 struct zsdevice { struct
115 struct zsdevice *zs_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);
  /src/sys/arch/newsmips/dev/
zs_hb.c 90 struct zsdevice { struct
98 static struct zsdevice *zsaddr[NZS];
134 struct zsdevice *addr;
  /src/sys/arch/x68k/x68k/
iodevice.h 265 struct zsdevice { struct
322 struct zsdevice io_inscc;
332 struct zsdevice io_exscc[4]; /* 0x00eafc00 */
  /src/sys/arch/sparc/dev/
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/sun3/dev/
zs.c 114 struct zsdevice { struct
127 static struct zsdevice *zsaddr[NZS];
177 struct zsdevice *addr;
  /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);
  /src/sys/arch/news68k/dev/
zs.c 102 struct zsdevice { struct
187 struct zsdevice *zs;
  /src/sys/arch/macppc/dev/
zs.c 100 struct zsdevice { struct
120 static void zscn_delayed_init(struct zsdevice *zsd);
227 struct zsdevice *zsd;
1059 zscn_delayed_init(struct zsdevice *zsd)

Completed in 38 milliseconds

1 2