Searched refs:hma_initvalue (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcout.c61 #define sc_initvalue sc_hma.hma_initvalue
91 if (hma->hma_initvalue != -1)
92 hpcio_portwrite(sc->sc_hc, sc->sc_port, hma->hma_initvalue);
H A Dhpciomanvar.h41 int hma_initvalue; member in struct:hpcioman_attach_args
H A Dhpcioman.c154 hma.hma_initvalue = -1; /* none */
157 hma.hma_initvalue = hma.hma_off;
159 hma.hma_initvalue = hma.hma_on;
193 if (hma->hma_initvalue != -1)
194 aprint_normal(", initial value %d", hma->hma_initvalue);
H A Dhpcin.c63 #define sc_initvalue sc_hma.hma_initvalue

Completed in 57 milliseconds