Home
last modified time | relevance | path

Searched refs:vrled_write (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrled.c59 static void vrled_write(struct vrled_softc *, int, unsigned short);
77 vrled_write(struct vrled_softc *sc, int port, unsigned short val) in vrled_write() function
123 vrled_write(sc, LEDINT_REG_W, LEDINT_ALL); in vrledattach()
127 vrled_write(sc, LEDASTC_REG_W, 1); /* 1time */ in vrledattach()
128 vrled_write(sc, LEDCNT_REG_W, LEDCNT_AUTOSTOP); in vrledattach()
150 vrled_write(sc, LEDINT_REG_W, intstat); in vrled_intr()
164 vrled_write(sc, LEDHTS_REG_W, LEDHTS_DIV16SEC); in vrled_stop()
165 vrled_write(sc, LEDLTS_REG_W, LEDLTS_4SEC); in vrled_stop()
166 vrled_write(sc, LEDASTC_REG_W, 2); /* 2time */ in vrled_stop()
167 vrled_write(sc, LEDCNT_REG_W, LEDCNT_AUTOSTOP); in vrled_stop()
[all …]