unichromefb.c | 148 static void uni_wr(struct unichromefb_softc *, int, uint8_t, uint8_t); 561 uni_wr(struct unichromefb_softc *sc, int off, uint8_t idx, uint8_t val) function in typeref:typename:void 728 uni_wr(sc, VIACR, CR0C, 0x00); 729 uni_wr(sc, VIACR, CR0D, 0x00); 730 uni_wr(sc, VIACR, CR34, 0x00); 733 uni_wr(sc, VIACR, CR62, 0x00); 734 uni_wr(sc, VIACR, CR63, 0x00); 735 uni_wr(sc, VIACR, CR64, 0x00); 736 uni_wr(sc, VIACR, CRA3, 0x00); 786 uni_wr(sc, VIACR, CR09, 0x00) [all...] |