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

  /src/sys/arch/mipsco/obio/
rambo.c 1 /* $NetBSD: rambo.c,v 1.15 2025/05/01 05:36:02 tsutsui Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: rambo.c,v 1.15 2025/05/01 05:36:02 tsutsui Exp $");
47 #include <mipsco/obio/rambo.h>
50 * Timer & Interrupt manipulation routines for the Rambo Custom ASIC
66 static struct rambo_softc *rambo; variable in typeref:struct:rambo_softc *
68 CFATTACH_DECL_NEW(rambo, sizeof(struct rambo_softc),
94 /* Setup RAMBO Timer to generate timer interrupts */
104 rambo = sc;
114 rambo->sc_intrcnt.ev_count++;
115 tbreak = bus_space_read_4(rambo->sc_bst, rambo->sc_bsh, RB_TBREAK)
    [all...]
asc.c 54 #include <mipsco/obio/rambo.h>
64 bus_space_handle_t dm_bsh; /* RAMBO registers */
234 printf("rambo status: cnt=%x addr=%p stat=%08x tc=%04x "
428 if ((status & RB_FIFO_EMPTY) == 0) { /* Data left in RAMBO FIFO */
507 panic("rambo blkcnt != 0");
537 /* Check for RAMBO DMA Interrupt */

Completed in 12 milliseconds