Searched refs:horiz (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c746 newmode.ext.horiz = SetBitField(hTotal,8:8,0:0)
758 newmode.ext.horiz |= SetBitField(tmp, 8:8,4:4);
H A Driva_hw.c1659 VGA_WR08(chip->PCIO, 0x03D5, state->horiz);
1721 state->horiz = VGA_RD08(chip->PCIO, 0x03D5);
H A Driva_hw.h506 U032 horiz; member in struct:_riva_hw_state
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c370 state->horiz = SetBitField(h_total, 8: 8, 0:0)
383 state->horiz |= SetBitField(h_total, 8: 8, 4:4);
H A Dnv_hw.c1565 VGA_WR08(par->PCIO, 0x03D5, state->horiz);
1623 state->horiz = VGA_RD08(par->PCIO, 0x03D5);
H A Dnv_type.h66 u32 horiz; member in struct:_riva_hw_state
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-csi.c610 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert) argument
619 reg |= (horiz ? CSI_HORI_DOWNSIZE_EN : 0) |
/linux-master/include/video/
H A Dimx-ipu-v3.h367 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert);

Completed in 244 milliseconds