Searched refs:VIACR (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dunichromemode.h106 {VIACR, CR0A, 0xFF, 0x1E}, /* Cursor Start */
107 {VIACR, CR0B, 0xFF, 0x00}, /* Cursor End */
108 {VIACR, CR0E, 0xFF, 0x00}, /* Cursor Location High */
109 {VIACR, CR0F, 0xFF, 0x00}, /* Cursor Localtion Low */
110 {VIACR, CR32, 0xFF, 0x00},
111 {VIACR, CR33, 0xFF, 0x00},
112 {VIACR, CR34, 0xFF, 0x00},
113 {VIACR, CR35, 0xFF, 0x00},
114 {VIACR, CR36, 0x08, 0x00},
115 {VIACR, CR6
[all...]
H A Dunichromefb.c690 uni_wr_mask(sc, VIACR, CR11, BIT7, BIT7);
696 uni_wr_mask(sc, VIACR, CR11, 0, BIT7);
697 uni_wr_mask(sc, VIACR, CR47, 0, BIT0);
703 uni_wr_mask(sc, VIACR, CR36, 0, BIT5+BIT4);
709 uni_wr_mask(sc, VIACR, CR36, BIT5+BIT4, BIT5+BIT4);
729 uni_wr(sc, VIACR, CR0C, 0x00);
730 uni_wr(sc, VIACR, CR0D, 0x00);
731 uni_wr(sc, VIACR, CR34, 0x00);
732 uni_wr_mask(sc, VIACR, CR48, 0x00, BIT0 + BIT1);
734 uni_wr(sc, VIACR, CR6
[all...]
H A Dunichromereg.h96 #define VIACR 0x014 macro

Completed in 53 milliseconds