Home
last modified time | relevance | path

Searched refs:chipsfb_read_indexed (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dct65550.c156 chipsfb_read_indexed(struct chipsfb_softc *sc, uint32_t reg, uint8_t index) in chipsfb_read_indexed() function
213 width = chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HSIZE_LSB); in chipsfb_do_attach()
214 width |= (chipsfb_read_indexed(sc, CT_FP_INDEX, FP_HORZ_OVERFLOW_1) in chipsfb_do_attach()
217 height = chipsfb_read_indexed(sc, CT_FP_INDEX, FP_VSIZE_LSB); in chipsfb_do_attach()
218 height |= (chipsfb_read_indexed(sc, CT_FP_INDEX, FP_VERT_OVERFLOW_1) in chipsfb_do_attach()
1009 reg = chipsfb_read_indexed(sc, CT_CONF_INDEX, XR_PIXEL_PIPELINE_CTL_0); in chipsfb_init()