Home
last modified time | relevance | path

Searched refs:horiz (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/Documentation/input/
Damijoy.txt63 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz)
64 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz)
127 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz)
128 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
150 With normal (NTSC or PAL) horiz. line rate, the pots will
152 frame time. With proportionally faster horiz line times,
/linux-3.4.99/drivers/video/nvidia/
Dnv_type.h65 u32 horiz; member
Dnvidia.c383 state->horiz = SetBitField(h_total, 8: 8, 0:0) in nvidia_calc_regs()
396 state->horiz |= SetBitField(h_total, 8: 8, 4:4); in nvidia_calc_regs()
Dnv_hw.c1564 VGA_WR08(par->PCIO, 0x03D5, state->horiz); in NVLoadStateExt()
1622 state->horiz = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/linux-3.4.99/drivers/video/riva/
Driva_hw.h506 U032 horiz; member
Dfbdev.c770 newmode.ext.horiz = SetBitField(hTotal,8:8,0:0) in riva_load_video_mode()
782 newmode.ext.horiz |= SetBitField(tmp, 8:8,4:4); in riva_load_video_mode()
Driva_hw.c1696 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); in LoadStateExt()
1758 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()