HomeSort by: relevance | last modified time | path
    Searched refs:vres (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/mac68k/include/
grfioctl.h 56 u_int16_t vres; /* Vertical resolution (dpi) */ member in struct:grfmode
  /src/sys/arch/i386/pnpbios/
pnpbios.c 1123 pnp_newirq(struct pnpresources *r, const void *vres, size_t len)
1128 res = vres;
1148 pnp_newdma(struct pnpresources *r, const void *vres, size_t len)
1153 res = vres;
1170 pnp_newioport(struct pnpresources *r, const void *vres, size_t len)
1175 res = vres;
1197 pnp_newfixedioport(struct pnpresources *r, const void *vres,
1203 res = vres;
1223 pnp_compatid(struct pnpresources *r, const void *vres, size_t len)
1228 res = vres;
    [all...]
  /src/sys/dev/usb/
auvitek_video.c 284 uint16_t vres = 484 / 2; local in function:auvitek_start_transfer
295 auvitek_write_1(sc, AU0828_REG_VRES_LO, vres & 0xff);
296 auvitek_write_1(sc, AU0828_REG_VRES_HI, vres >> 8);
  /src/sys/arch/mac68k/obio/
grf_obio.c 368 gm->vres = 80; /* XXX hack */
  /src/sys/arch/mac68k/nubus/
grf_nubus.c 98 memcpy(&image->vRes, d + 30, 4);
208 gm->vres = image.vRes;
  /src/sys/arch/sparc64/dev/
ffb.c 1426 * VBE = VBS - vres = (sync pulse - 1) + back porch
1427 * VBS = VSS - front porch = (sync pulse - 1) + back porch + vres
1429 * VSS = (sync pulse - 1) + back porch + vres + front porch
1449 int *hres, int *vres)
1617 *vres = mode->vdisplay;
  /src/sys/dev/pci/
unichromemode.h 53 int vres; member in struct:res_map_refresh
59 //hres, vres, vclock, vmode_refresh

Completed in 17 milliseconds