HomeSort by: relevance | last modified time | path
    Searched refs:VIASR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
unichromemode.h 98 {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,SR15,0x02,0x02}
    [all...]
unichromefb.c 288 val = uni_rd(sc, VIASR, SR30);
290 val = uni_rd(sc, VIASR, SR39);
651 bus_space_write_1(sc->sc_iot, sc->sc_ioh, VIASR, i);
652 bus_space_write_1(sc->sc_iot, sc->sc_ioh, VIASR + 1,
678 uni_wr_mask(sc, VIASR, SR16, 0x00, BIT6);
714 uni_wr_mask(sc, VIASR, SR01, 0, BIT5);
720 uni_wr_mask(sc, VIASR, SR01, 0x20, BIT5);
947 uni_wr_mask(sc, VIASR, cridx, data, regmask);
1000 VIASR);
1041 uni_load_reg(sc, val, regnum, reg, VIASR);
    [all...]
unichromereg.h 97 #define VIASR 0x004

Completed in 63 milliseconds