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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dunichromemode.h98 {VIASR, SR10, 0xFF, 0x01},
99 {VIASR, SR15, 0x02, 0x02},
100 {VIASR, SR16, 0xBF, 0x08},
101 {VIASR, SR17, 0xFF, 0x1F},
102 {VIASR, SR18, 0xFF, 0x4E},
103 {VIASR, SR1A, 0xFB, 0x08},
104 {VIASR, SR1E, 0x0F, 0x01},
105 {VIASR, SR2A, 0xF0, 0x00},
156 {VIASR,SR10,0xFF,0x01},
157 {VIASR,SR1
[all...]
H A Dunichromefb.c289 val = uni_rd(sc, VIASR, SR30);
291 val = uni_rd(sc, VIASR, SR39);
652 bus_space_write_1(sc->sc_iot, sc->sc_ioh, VIASR, i);
653 bus_space_write_1(sc->sc_iot, sc->sc_ioh, VIASR + 1,
679 uni_wr_mask(sc, VIASR, SR16, 0x00, BIT6);
715 uni_wr_mask(sc, VIASR, SR01, 0, BIT5);
721 uni_wr_mask(sc, VIASR, SR01, 0x20, BIT5);
948 uni_wr_mask(sc, VIASR, cridx, data, regmask);
1001 VIASR);
1042 uni_load_reg(sc, val, regnum, reg, VIASR);
[all...]
H A Dunichromereg.h97 #define VIASR 0x004 macro

Completed in 34 milliseconds