Searched refs:tbl_2 (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/staging/dream/camera/
H A Ds5k3e2fx.c555 struct s5k3e2fx_i2c_reg_conf tbl_2[] = { local
604 tbl_2[0] = (struct s5k3e2fx_i2c_reg_conf) {REG_FRAME_LENGTH_LINES_MSB, (num_lperf & 0xFF00) >> 8};
605 tbl_2[1] = (struct s5k3e2fx_i2c_reg_conf) {REG_FRAME_LENGTH_LINES_LSB, (num_lperf & 0x00FF)};
607 rc = s5k3e2fx_i2c_write_table(&tbl_2[0],
608 ARRAY_SIZE(tbl_2));

Completed in 61 milliseconds