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

  /src/sys/dev/hpc/
hpcout.c 60 #define sc_initvalue sc_hma.hma_initvalue
90 if (hma->hma_initvalue != -1)
91 hpcio_portwrite(sc->sc_hc, sc->sc_port, hma->hma_initvalue);
hpciomanvar.h 41 int hma_initvalue; member in struct:hpcioman_attach_args
hpcioman.c 148 hma.hma_initvalue = -1; /* none */
151 hma.hma_initvalue = hma.hma_off;
153 hma.hma_initvalue = hma.hma_on;
187 if (hma->hma_initvalue != -1)
188 aprint_normal(", initial value %d", hma->hma_initvalue);
hpcin.c 62 #define sc_initvalue sc_hma.hma_initvalue

Completed in 14 milliseconds