| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| cl0046.h | 28 __u16 htotal; member in struct:nv04_disp_scanoutpos_v0
|
| cl0046.h | 28 __u16 htotal; member in struct:nv04_disp_scanoutpos_v0
|
| cl5070.h | 27 __u16 htotal; member in struct:nv50_disp_scanoutpos_v0
|
| cl5070.h | 27 __u16 htotal; member in struct:nv50_disp_scanoutpos_v0
|
| /xsrc/external/mit/libxcvt/dist/include/libxcvt/ |
| libxcvt_mode.h | 49 uint16_t htotal; member in struct:libxcvt_mode_info
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_panel.c | 118 int hactive, hsstart, hsend, htotal; local 125 &hactive, &hsstart, &hsend, &htotal, 146 mode->HTotal = htotal;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| gfx_tv.h | 17 unsigned short htotal; member in struct:tagTVDISPLAYMODE
|
| gfx_mode.h | 173 unsigned short htotal; member in struct:tagDISPLAYMODE 207 unsigned short htotal; member in struct:tagFIXEDTIMINGS
|
| /src/sys/dev/videomode/ |
| videomode.h | 38 int htotal; member in struct:videomode
|
| videomode.h | 38 int htotal; member in struct:videomode
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| cim_vop.c | 43 unsigned long htotal, hsyncstart; local 59 * HSync_start to (HSync_start + htotal - 1). However, the counters 60 * must be between 0 and htotal - 1. When placing VBI data before the 65 htotal = ((READ_REG32(DC3_H_ACTIVE_TIMING) >> 16) & 0xFFF) + 1; 72 || (buffer->horz_start + buffer->vbi_width) > htotal) 80 if (buffer->horz_start < ((long) hsyncstart - (long) htotal) || 82 buffer->vbi_width > htotal) { 86 hstart = buffer->horz_start + htotal; 90 if (hstart > htotal) 91 hstart -= htotal; 449 unsigned long htotal, hsyncstart; local [all...] |
| /src/sys/dev/ic/ |
| mc6845reg.h | 30 u_int8_t htotal, hdisple, hblanks, hblanke; member in struct:reg_mc6845
|
| mc6845reg.h | 30 u_int8_t htotal, hdisple, hblanks, hblanke; member in struct:reg_mc6845
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| head.h | 16 u16 htotal; member in struct:nvkm_head::nvkm_head_state
|
| head.h | 16 u16 htotal; member in struct:nvkm_head::nvkm_head_state
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_nv04.c | 420 u32 htotal = nvkm_rdvgac(device, 0, 0x06); local 421 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8; 422 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4; 423 htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10; 424 htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11; 425 if (!htotal) {
|
| nouveau_nvkm_subdev_devinit_nv04.c | 420 u32 htotal = nvkm_rdvgac(device, 0, 0x06); local 421 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8; 422 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4; 423 htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10; 424 htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11; 425 if (!htotal) {
|
| /xsrc/external/mit/libXxf86vm/dist/include/X11/extensions/ |
| xf86vmode.h | 72 unsigned short htotal; member in struct:__anon6081 93 unsigned short htotal; member in struct:__anon6082
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| gfx_mode.h | 143 unsigned short htotal; member in struct:tagDISPLAYMODE 175 unsigned short htotal; member in struct:tagFIXEDTIMINGS
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| bt829.h | 34 CARD16 htotal; member in struct:__anon10602
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| bios_reader.c | 352 int hdisplay, hsyncstart, hsyncend, htotal; local 394 htotal = hdisplay + _H_BLANK(timing_data); 417 hdisplay, hsyncstart, hsyncend, htotal, 419 (hsyncend > htotal || vsyncend > vtotal) ?
|
| /src/sys/arch/atari/dev/ |
| grfioctl.h | 100 u_short htotal; /* your monitor ! */ member in struct:grfvideo_mode
|
| grfioctl.h | 100 u_short htotal; /* your monitor ! */ member in struct:grfvideo_mode
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_modes.h | 140 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 157 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 180 * @htotal: horizontal total size 287 int htotal; member in struct:drm_display_mode 445 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|
| drm_modes.h | 140 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 157 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 180 * @htotal: horizontal total size 287 int htotal; member in struct:drm_display_mode 445 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|