HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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...]

Completed in 142 milliseconds