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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_cstep.c 31 #include <subdev/bios/cstep.h>
38 u32 cstep = 0; local in function:nvbios_cstepTe
42 cstep = nvbios_rd32(bios, bit_P.offset + 0x34);
44 if (cstep) {
45 *ver = nvbios_rd08(bios, cstep + 0);
48 *hdr = nvbios_rd08(bios, cstep + 1);
49 *cnt = nvbios_rd08(bios, cstep + 3);
50 *len = nvbios_rd08(bios, cstep + 2);
51 *xnr = nvbios_rd08(bios, cstep + 5);
52 *xsz = nvbios_rd08(bios, cstep + 4)
    [all...]
nouveau_nvkm_subdev_bios_cstep.c 31 #include <subdev/bios/cstep.h>
38 u32 cstep = 0; local in function:nvbios_cstepTe
42 cstep = nvbios_rd32(bios, bit_P.offset + 0x34);
44 if (cstep) {
45 *ver = nvbios_rd08(bios, cstep + 0);
48 *hdr = nvbios_rd08(bios, cstep + 1);
49 *cnt = nvbios_rd08(bios, cstep + 3);
50 *len = nvbios_rd08(bios, cstep + 2);
51 *xnr = nvbios_rd08(bios, cstep + 5);
52 *xsz = nvbios_rd08(bios, cstep + 4)
    [all...]
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 81 int c, cw, cstep; member in struct:hd64461video_font
893 sc->sc_font.cstep = ((w * h * bpp) / NBBY) * sc->sc_font.cw;
895 DPRINTF("c = %d cw = %d cstep = %d\n", sc->sc_font.c,
896 sc->sc_font.cw, sc->sc_font.cstep);
909 base += (n / font->cw) * font->cstep + font->c * (n % font->cw);
hd64461video.c 81 int c, cw, cstep; member in struct:hd64461video_font
893 sc->sc_font.cstep = ((w * h * bpp) / NBBY) * sc->sc_font.cw;
895 DPRINTF("c = %d cw = %d cstep = %d\n", sc->sc_font.c,
896 sc->sc_font.cw, sc->sc_font.cstep);
909 base += (n / font->cw) * font->cstep + font->c * (n % font->cw);

Completed in 27 milliseconds