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

  /src/share/man/man4/man4.x68k/
Makefile 3 MAN= bmd.4 intio.4 intro.4 mfp.4 neptune.4 powsw.4 vs.4
  /src/share/man/man4/man4.hp300/
Makefile 6 gbox.4 hpib.4 hyper.4 intro.4 intio.4 mem.4 \
  /src/sys/arch/x68k/dev/
intio_dmac.c 112 struct intio_softc *intio; local in function:dmac_attach
125 intio = device_private(parent);
126 intio->sc_dmac = self;
167 struct intio_softc *intio = device_private(self); local in function:dmac_alloc_channel
168 struct dmac_softc *dmac = device_private(intio->sc_dmac);
188 r = bus_dmamem_alloc(intio->sc_dmat,
194 r = bus_dmamem_map(intio->sc_dmat,
247 struct intio_softc *intio = device_private(self); local in function:dmac_free_channel
248 struct dmac_softc *dmac = device_private(intio->sc_dmac);
259 bus_dmamem_unmap(intio->sc_dmat, (void *)chan->ch_map
    [all...]
intio.c 1 /* $NetBSD: intio.c,v 1.52 2022/05/26 14:33:29 tsutsui Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.52 2022/05/26 14:33:29 tsutsui Exp $");
124 CFATTACH_DECL_NEW(intio, sizeof(struct intio_softc),
221 * intio memory map manager
269 * intio bus space stuff.
276 * Intio bus is mapped permanently.
370 * Intio I/O controller interrupt
388 * intio bus DMA stuff. stolen from arch/i386/isa/isa_machdep.c
392 * Create an INTIO DMA map.
416 * INTIO only has 24-bits of address space. This mean
    [all...]
  /src/sys/arch/next68k/dev/
intio.c 1 /* $NetBSD: intio.c,v 1.19 2023/02/11 02:31:34 tsutsui Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.19 2023/02/11 02:31:34 tsutsui Exp $");
54 CFATTACH_DECL_NEW(intio, 0,
  /src/sys/arch/hp300/dev/
intio.c 1 /* $NetBSD: intio.c,v 1.33 2024/04/30 05:06:08 tsutsui Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.33 2024/04/30 05:06:08 tsutsui Exp $");
57 CFATTACH_DECL_NEW(intio, sizeof(struct intio_softc),
  /src/sys/arch/next68k/next68k/
locore.s 793 movel #0x0200c040,%d0 | intio devices are at 0x02000000

Completed in 15 milliseconds