ct65550.c | 156 chipsfb_read_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index) function in typeref:typename:uint8_t 213 width = chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HSIZE_LSB); 214 width |= (chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HORZ_OVERFLOW_1) 217 height = chipsfb_read_indexed(sc, CT_FP_INDEX, FP_VSIZE_LSB); 218 height |= (chipsfb_read_indexed(sc, CT_FP_INDEX, FP_VERT_OVERFLOW_1) 1009 reg = chipsfb_read_indexed(sc, CT_CONF_INDEX, XR_PIXEL_PIPELINE_CTL_0);
|