Searched refs:ADD_PORT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cs/
H A Dif_csreg.h95 #define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */
379 #define ADD_PORT 0x000A macro
566 cs_outw(sc, ADD_PORT, port);
572 cs_outw(sc, ADD_PORT, port);
H A Dif_cs.c274 if ((cs_inw(sc, ADD_PORT) & ADD_MASK) != ADD_SIG) {
278 cs_outw(sc, ADD_PORT, PP_SelfCTL);
280 cs_outw(sc, ADD_PORT, PP_SelfCTL);
282 if ((cs_inw(sc, ADD_PORT) & ADD_MASK) != ADD_SIG)

Completed in 65 milliseconds