Searched refs:dump_reg (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tvp514x.c | 304 static void dump_reg(struct v4l2_subdev *sd, u8 reg) in dump_reg() function 413 dump_reg(sd, REG_INPUT_SEL); in tvp514x_reg_dump() 414 dump_reg(sd, REG_AFE_GAIN_CTRL); in tvp514x_reg_dump() 415 dump_reg(sd, REG_VIDEO_STD); in tvp514x_reg_dump() 416 dump_reg(sd, REG_OPERATION_MODE); in tvp514x_reg_dump() 417 dump_reg(sd, REG_COLOR_KILLER); in tvp514x_reg_dump() 418 dump_reg(sd, REG_LUMA_CONTROL1); in tvp514x_reg_dump() 419 dump_reg(sd, REG_LUMA_CONTROL2); in tvp514x_reg_dump() 420 dump_reg(sd, REG_LUMA_CONTROL3); in tvp514x_reg_dump() 421 dump_reg(sd, REG_BRIGHTNESS); in tvp514x_reg_dump() [all …]
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | smc91111_eeprom.c | 27 void dump_reg (struct eth_device *dev); 215 dump_reg (&dev); in smc91111_eeprom() 355 void dump_reg (struct eth_device *dev) in dump_reg() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mii.c | 122 static void dump_reg( 141 dump_reg(regvals[i], ®_0_5_desc_tbl[i], in MII_dump_0_to_5() 146 static void dump_reg( in dump_reg() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.c | 117 .dump_reg.reg_table = {0x28, 0x30, 0x34, 0x38, 0x3c}, 118 .dump_reg.reg_table_size = 5, 152 .dump_reg.reg_table = {0x08, 0x58, 0x5C, 0x5D, 0x60, 0x61, 0x62, 0x64, 154 .dump_reg.reg_table_size = 13, 189 .dump_reg.reg_table = {0x4C, 0x50, 0x54, 0x55, 0x58, 0x59, 0x5c, 0x5d}, 190 .dump_reg.reg_table_size = 8, 266 .dump_reg.reg_table = {0x08, 0x58, 0x5C, 0x5D, 0x60, 0x61, 0x62, 0x64, 268 .dump_reg.reg_table_size = 13, 305 .dump_reg.reg_table = {0x08, 0x58, 0x5C, 0x5D, 0x60, 0x61, 0x62, 0x64, 307 .dump_reg.reg_table_size = 13, [all …]
|
| H A D | moal_sdio_mmc.c | 2264 t_u8 *reg_table = phandle->card_info->dump_reg.reg_table; in woal_sdiommc_reg_dbg() 2265 t_u8 reg_table_size = phandle->card_info->dump_reg.reg_table_size; in woal_sdiommc_reg_dbg() 2398 reg_table = phandle->card_info->dump_reg.reg_table; in woal_sdiommc_dump_reg_info() 2399 reg_table_size = phandle->card_info->dump_reg.reg_table_size; in woal_sdiommc_dump_reg_info()
|
| H A D | moal_main.h | 1827 dump_reg_t dump_reg; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2_link.c | 2068 u32 dump_reg = 0; in rkvdec2_hard_ccu_dequeue() local 2105 if (timeout_flag && !dump_reg && mpp_debug_unlikely(DEBUG_DUMP_ERR_REG)) { in rkvdec2_hard_ccu_dequeue() 2115 dump_reg = 1; in rkvdec2_hard_ccu_dequeue()
|