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

/freebsd-11-stable/sys/dev/cs/
H A Dif_csreg.h62 #define PP_SelfCTL 0x0114 /* Self Command Register */ macro
214 * PP_SelfCTL - Software Self Control bit definition - Read/write
579 cs_writereg(sc, PP_SelfCTL,
580 cs_readreg(sc, PP_SelfCTL) | POWER_ON_RESET);
H A Dif_cs.c203 cs_writereg(sc, PP_SelfCTL, self_control);
278 cs_outw(sc, ADD_PORT, PP_SelfCTL);
280 cs_outw(sc, ADD_PORT, PP_SelfCTL);
1168 cs_writereg(sc, PP_SelfCTL, cs_readreg(sc, PP_SelfCTL) |
1171 (cs_readreg(sc, PP_SelfCTL) & HCB1))

Completed in 116 milliseconds