Searched refs:bt431_write_reg_inc (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dbt431.h102 static inline void bt431_write_reg_inc(struct bt431_regs *regs, u8 value) function
123 bt431_write_reg_inc(regs, value);
194 bt431_write_reg_inc(regs, x & 0xff); /* BT431_REG_CXLO */
195 bt431_write_reg_inc(regs, (x >> 8) & 0x0f); /* BT431_REG_CXHI */
196 bt431_write_reg_inc(regs, y & 0xff); /* BT431_REG_CYLO */
197 bt431_write_reg_inc(regs, (y >> 8) & 0x0f); /* BT431_REG_CYHI */
228 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WXLO */
229 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WXHI */
230 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WYLO */
231 bt431_write_reg_inc(reg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dbt431.h102 static inline void bt431_write_reg_inc(struct bt431_regs *regs, u8 value) function
123 bt431_write_reg_inc(regs, value);
194 bt431_write_reg_inc(regs, x & 0xff); /* BT431_REG_CXLO */
195 bt431_write_reg_inc(regs, (x >> 8) & 0x0f); /* BT431_REG_CXHI */
196 bt431_write_reg_inc(regs, y & 0xff); /* BT431_REG_CYLO */
197 bt431_write_reg_inc(regs, (y >> 8) & 0x0f); /* BT431_REG_CYHI */
228 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WXLO */
229 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WXHI */
230 bt431_write_reg_inc(regs, 0x00); /* BT431_REG_WYLO */
231 bt431_write_reg_inc(reg
[all...]

Completed in 112 milliseconds