Home | History | Annotate | Download | only in dev

Lines Matching defs:chip

237 	struct video_chip *chip = &sc->sc_chip;
239 int height = chip->vc_fbheight;
240 int width = chip->vc_fbwidth;
241 int depth = chip->vc_fbdepth;
307 struct video_chip *chip = &sc->sc_chip;
315 chip->vc_v = sc->sc_pc->pc_tc;
351 chip->vc_fbdepth = bpp;
356 chip->vc_fbwidth = width = bootinfo->fb_width =
358 chip->vc_fbheight = height = bootinfo->fb_height =
403 chip->vc_fbsize = vram_size;
415 chip->vc_fbvaddr = (vaddr_t)sc->sc_fbioh;
416 chip->vc_fbpaddr = PLUM_VIDEO_VRAM_IOBASE_PHYSICAL;