HomeSort by: relevance | last modified time | path
    Searched defs:console_dev (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 112 static struct fb_dev console_dev; variable in typeref:struct:fb_dev
142 struct rasops_info *ri = &console_dev.fb_ri;
146 console_dev.fb_iot = iot;
147 console_dev.fb_ioh = iobase;
148 console_dev.fb_vram = vram;
150 s3_getgeometry(&console_dev, &width, &height);
152 fb_init(&console_dev, width, height);
154 s3_putcmap(&console_dev, (const struct fb_cmap*)rasops_cmap);
186 is_console = ((void *)eaa->elb_base == console_dev.fb_vram);
189 sc->sc_fb = &console_dev;
    [all...]

Completed in 12 milliseconds