Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Datw.c446 PRINTREG(sc, ATW_PAR); in atw_print_regs()
927 ATW_WRITE(sc, ATW_PAR, ATW_PAR_SWR); in atw_reset()
930 if (ATW_READ(sc, ATW_PAR) == 0) in atw_reset()
940 if (ATW_ISSET(sc, ATW_PAR, ATW_PAR_SWR)) in atw_reset()
949 ATW_WRITE(sc, ATW_PAR, sc->sc_busmode); in atw_reset()
951 ATW_READ(sc, ATW_PAR), sc->sc_busmode)); in atw_reset()
1285 ATW_WRITE(sc, ATW_PAR, sc->sc_busmode); in atw_init()
1287 ATW_READ(sc, ATW_PAR), sc->sc_busmode)); in atw_init()
Datwreg.h86 #define ATW_PAR 0x00 /* PCI access */ macro