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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]

Completed in 47 milliseconds