/src/sys/dev/ic/ |
igsfb_subr.c | 485 int i, m, n, p, hoffset, bytes_per_pixel, memfetch; local in function:igsfb_set_mode 516 memfetch = hoffset + 1; 623 igs_ext_write(iot, ioh, 0x14, memfetch & 0xff); 625 ((memfetch & 0x300) >> 8) | ((hoffset & 0x300) >> 4));
|
igsfb_subr.c | 485 int i, m, n, p, hoffset, bytes_per_pixel, memfetch; local in function:igsfb_set_mode 516 memfetch = hoffset + 1; 623 igs_ext_write(iot, ioh, 0x14, memfetch & 0xff); 625 ((memfetch & 0x300) >> 8) | ((hoffset & 0x300) >> 4));
|
igsfb_subr.c | 485 int i, m, n, p, hoffset, bytes_per_pixel, memfetch; local in function:igsfb_set_mode 516 memfetch = hoffset + 1; 623 igs_ext_write(iot, ioh, 0x14, memfetch & 0xff); 625 ((memfetch & 0x300) >> 8) | ((hoffset & 0x300) >> 4));
|