Home
last modified time | relevance | path

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

/drivers/video/fbdev/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()
/drivers/video/fbdev/riva/
Driva_hw.h506 U032 horiz; member
Dfbdev.c764 newmode.ext.horiz = SetBitField(hTotal,8:8,0:0) in riva_load_video_mode()
776 newmode.ext.horiz |= SetBitField(tmp, 8:8,4:4); in riva_load_video_mode()
Driva_hw.c1695 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); in LoadStateExt()
1757 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()