Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dnct.c177 static void nct_wr(struct nct_softc *, int, u_int8_t);
337 nct_wr(sc, LD8_DEVCFG, 0); in nct_attach()
344 nct_wr(sc, GD_MULTIFUN, in nct_attach()
346 nct_wr(sc, LDA_UARTC_ENABLE, 0); in nct_attach()
347 nct_wr(sc, LD8_GPIO0_MULTIFUNC, 0); in nct_attach()
348 nct_wr(sc, LDB_UARTD_ENABLE, 0); in nct_attach()
349 nct_wr(sc, LD8_GPIO1_MULTIFUNC, 0); in nct_attach()
382 nct_wr(sc, LD8_GPIO67_MULTIFUNC, 0); in nct_attach()
392 nct_wr(sc, LD7_ENABLE, enable); in nct_attach()
493 nct_wr(struct nct_softc *sc, int reg, u_int8_t data) in nct_wr() function
[all …]