Searched refs:zsdevice (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/arch/mvme68k/dev/
H A Dzsvar.h72 struct zsdevice { struct
82 void zs_config(struct zsc_softc *, struct zsdevice *, int, int);
83 void zs_cnconfig(int, int, struct zsdevice *, int);
H A Dzs_pcc.c108 struct zsdevice zs;
188 struct zsdevice zs;
H A Dzs_pcctwo.c109 struct zsdevice zs;
170 struct zsdevice zs;
H A Dzs.c130 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)
/netbsd-current/sys/arch/sun2/dev/
H A Dzsreg.h44 struct zsdevice { struct
H A Dzs_any.c101 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))
H A Dzsvar.h75 void zs_attach(struct zsc_softc *, struct zsdevice *, int);
H A Dzs_kgdb.c130 struct zsdevice *zsd;
/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_zs.h40 struct zsdevice { struct
H A Diris_zs.c156 struct zsdevice *addr;
159 addr = (struct zsdevice *)MIPS_PHYS_TO_KSEG1(ZS_ADDR);
/netbsd-current/sys/arch/x68k/include/
H A Dz8530var.h129 struct zsdevice { struct
140 struct zsdevice *zsc_addr;
/netbsd-current/sys/arch/sparc64/dev/
H A Dzsvar.h54 struct zsdevice { struct
H A Dzs.c109 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)
/netbsd-current/sys/arch/atari/dev/
H A Dzsvar.h83 struct zsdevice { struct
/netbsd-current/sys/arch/mipsco/obio/
H A Dzs.c107 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;
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dzs_sbdio.c68 struct zsdevice { struct
115 struct zsdevice *zs_addr;
/netbsd-current/sys/arch/sgimips/dev/
H A Dzs.c103 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);
/netbsd-current/sys/arch/newsmips/dev/
H A Dzs_hb.c90 struct zsdevice { struct
98 static struct zsdevice *zsaddr[NZS];
134 struct zsdevice *addr;
/netbsd-current/sys/arch/x68k/x68k/
H A Diodevice.h265 struct zsdevice { struct
322 struct zsdevice io_inscc;
332 struct zsdevice io_exscc[4]; /* 0x00eafc00 */
/netbsd-current/sys/arch/sparc/dev/
H A Dzs_kgdb.c74 struct zsdevice { struct
140 struct zsdevice *zsd;
H A Dzs.c100 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)
/netbsd-current/sys/arch/sun3/dev/
H A Dzs.c114 struct zsdevice { struct
127 static struct zsdevice *zsaddr[NZS];
177 struct zsdevice *addr;
/netbsd-current/sys/dev/tc/
H A Dzs_ioasic.c130 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);
/netbsd-current/sys/arch/news68k/dev/
H A Dzs.c102 struct zsdevice { struct
187 struct zsdevice *zs;
/netbsd-current/sys/arch/macppc/dev/
H A Dzs.c100 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 316 milliseconds

12