| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_coax_table.h | 38 unsigned char tx_pel_baud[6]; //B3/4 0x02/82 member 90 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 124 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 158 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 192 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 226 .tx_pel_baud = { 0x26, 0x26, 0x26, 0x26, 0x26, 0x26 }, 260 .tx_pel_baud = { 0x26, 0x26, 0x26, 0x26, 0x26, 0x26 }, 294 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 328 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 362 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, [all …]
|
| H A D | jaguar1_coax_protocol.h | 86 unsigned char tx_pel_baud; //B3/4 0x02/82 member
|
| H A D | jaguar1_coax_protocol.c | 213 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x02+((ch%2)*0x80), CoaxVal->tx_pel_baud[distanc… in coax_tx_init() 246 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x02+((ch%2)*0x80), CoaxVal->tx_pel_baud[distanc… in coax_tx_init() 356 …gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x02+((ch%2)*0x80), CoaxVal->tx_pel_baud[distanc… in coax_tx_16bit_init() 1426 coax_tx_mode->tx_pel_baud = gpio_i2c_read(jaguar1_i2c_addr[devnum], 0x02+((ch%2)*0x80)); in coax_test_tx_init_read()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_table.h | 38 unsigned char tx_pel_baud[6]; //B3/4 0x02/82 member 91 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 125 .tx_pel_baud = { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 }, 159 .tx_pel_baud = { 0x2c, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c }, 193 .tx_pel_baud = { 0x2c, 0x2c, 0x2c, 0x2c, 0x2c, 0x2c }, 227 .tx_pel_baud = { 0x26, 0x26, 0x26, 0x26, 0x26, 0x26 }, 261 .tx_pel_baud = { 0x26, 0x26, 0x26, 0x26, 0x26, 0x26 }, 295 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 329 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 362 .tx_pel_baud = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, [all …]
|
| H A D | nvp6158_coax_protocol.h | 77 unsigned char tx_pel_baud; //B3/4 0x02/82 member
|
| H A D | nvp6158_coax_protocol.c | 184 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x02 + ((ch % 2) * 0x80), CoaxVal->tx_pel_baud[distance]); in nvp6158_coax_tx_init() 269 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x02 + ((ch%2)*0x80), CoaxVal->tx_pel_baud[distance]); in nvp6158_coax_tx_16bit_init() 1354 coax_tx_mode->tx_pel_baud = gpio_i2c_read(nvp6158_iic_addr[devnum], 0x02+((ch%2)*0x80)); in nvp6158_coax_test_tx_init_read()
|