Searched refs:sc_fbconf (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/hpcarm/dev/
H A Dipaq_lcdvar.h45 struct hpcfb_fbconf sc_fbconf; member in struct:ipaqlcd_softc
H A Dsed1356var.h44 struct hpcfb_fbconf sc_fbconf; member in struct:sed1356_softc
H A Dipaq_lcd.c121 ha.ha_fbconflist = &sc->sc_fbconf;
176 fb = &sc->sc_fbconf;
280 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
281 sc->sc_fbconf.hf_pack_width != 8 ||
327 *fbconf = sc->sc_fbconf; /* structure assignment */
376 (sc->sc_fbconf.hf_bytes_per_plane +
377 sc->sc_fbconf.hf_offset) < offset)
H A Dsed_saip.c132 if (sed1356_init(&sc->sc_fbconf) != 0) {
168 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0)
176 ha.ha_fbconflist = &sc->sc_fbconf;
510 *fbconf = sc->sc_fbconf; /* structure assignment */
562 (sc->sc_fbconf.hf_bytes_per_plane +
563 sc->sc_fbconf.hf_offset) < offset)
/netbsd-current/sys/arch/hpcmips/dev/
H A Dmq200.c117 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
[all...]
H A Dite8181var.h65 struct hpcfb_fbconf sc_fbconf; member in struct:ite8181_softc
H A Dmq200var.h64 struct hpcfb_fbconf sc_fbconf; member in struct:mq200_softc
H A Dplumvideo.c105 struct hpcfb_fbconf sc_fbconf; member in struct:plumvideo_softc
212 if(console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
221 ha.ha_fbconflist = &sc->sc_fbconf;
236 struct hpcfb_fbconf *fb = &sc->sc_fbconf;
440 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
441 sc->sc_fbconf.hf_pack_width != 8 ||
470 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
471 sc->sc_fbconf.hf_pack_width != 8 ||
552 *fbconf = sc->sc_fbconf; /* structure assignment */
605 if (offset < 0 || (sc->sc_fbconf
[all...]
H A Dite8181.c249 if (ite8181_fbinit(&sc->sc_fbconf) != 0) {
301 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
310 ha.ha_fbconflist = &sc->sc_fbconf;
645 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
646 sc->sc_fbconf.hf_pack_width != 8 ||
840 *fbconf = sc->sc_fbconf; /* structure assignment */
892 (sc->sc_fbconf.hf_bytes_per_plane +
893 sc->sc_fbconf.hf_offset) < offset)
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx3912video.c86 struct hpcfb_fbconf sc_fbconf; member in struct:tx3912video_softc
184 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
193 ha.ha_fbconflist = &sc->sc_fbconf;
241 struct hpcfb_fbconf *fb = &sc->sc_fbconf;
516 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
517 sc->sc_fbconf.hf_pack_width != 8 ||
553 *fbconf = sc->sc_fbconf; /* structure assignment */
606 if (offset < 0 || (sc->sc_fbconf.hf_bytes_per_plane +
607 sc->sc_fbconf.hf_offset) < offset) {
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c86 struct hpcfb_fbconf sc_fbconf; member in struct:bivideo_softc
164 if (bivideo_init(&sc->sc_fbconf) != 0) {
193 ha.ha_fbconflist = &sc->sc_fbconf;
403 if (sc->sc_fbconf.hf_class != HPCFB_CLASS_INDEXCOLOR ||
404 sc->sc_fbconf.hf_pack_width != 8 ||
575 *fbconf = sc->sc_fbconf; /* structure assignment */
627 (sc->sc_fbconf.hf_bytes_per_plane +
628 sc->sc_fbconf.hf_offset) < offset)

Completed in 110 milliseconds