Lines Matching refs:sc_fbconf
117 if (mq200_fbinit(&sc->sc_fbconf) != 0) {
122 sc->sc_fbconf.hf_baseaddr = (u_long)bootinfo->fb_addr;
123 sc->sc_fbconf.hf_offset = (u_long)sc->sc_fbconf.hf_baseaddr -
125 DPRINTF("hf_baseaddr=%lx\n", sc->sc_fbconf.hf_baseaddr);
126 DPRINTF("hf_offset=%lx\n", sc->sc_fbconf.hf_offset);
154 switch (sc->sc_fbconf.hf_pixel_width) {
162 device_xname(sc->sc_dev), sc->sc_fbconf.hf_pixel_width);
187 sc->sc_fbconf.hf_baseaddr,
188 sc->sc_fbconf.hf_width, sc->sc_fbconf.hf_height,
189 sc->sc_fbconf.hf_bytes_per_plane);
192 sc->sc_fbconf.hf_baseaddr,
193 sc->sc_fbconf.hf_width, sc->sc_fbconf.hf_height,
194 sc->sc_fbconf.hf_bytes_per_plane);
225 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
234 ha.ha_fbconflist = &sc->sc_fbconf;
480 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
481 sc->sc_fbconf.hf_pack_width != 8 ||
661 *fbconf = sc->sc_fbconf; /* structure assignment */