sisfb_crtc_read
static inline uint sisfb_crtc_read(struct sisfb *, uint);
height = sisfb_crtc_read(fb, CRTC_VDE);
tmp = sisfb_crtc_read(fb, CRTC_OVERFLL);
width = sisfb_crtc_read(fb, CRTC_HDISPLE);
fbaddr = sisfb_crtc_read(fb, CRTC_STARTADRL) |
(sisfb_crtc_read(fb, CRTC_STARTADRH) << 8) |