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

/freebsd-11-stable/sys/dev/cs/
H A Dif_csreg.h380 #define DATA_PORT 0x000C macro
567 return (cs_inw(sc, DATA_PORT));
573 cs_outw(sc, DATA_PORT, val);
H A Dif_cs.c279 i = cs_inw(sc, DATA_PORT);
281 cs_outw(sc, DATA_PORT, i | POWER_ON_RESET);

Completed in 137 milliseconds