Home
last modified time | relevance | path

Searched refs:hi_dbg_print_h32 (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
Ddrv_i2c_intf.c148 hi_dbg_print_h32(p_data->dev_addr); in i2c_proc_wr_read_get_dev_msg()
149 hi_dbg_print_h32(p_data->reg_addr); in i2c_proc_wr_read_get_dev_msg()
269 hi_dbg_print_h32(p_data->dev_addr); in i2c_proc_wr_write_get_dev_msg()
270 hi_dbg_print_h32(p_data->reg_addr); in i2c_proc_wr_write_get_dev_msg()
Ddrv_i2c.c1425 hi_dbg_print_h32(ret); in hi_drv_i2c_read()
1427 hi_dbg_print_h32(i2c_dev_addr); in hi_drv_i2c_read()
1428 hi_dbg_print_h32(i2c_reg_addr); in hi_drv_i2c_read()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_symc.c815 hi_dbg_print_h32(addr_l32(crypt->in)); in kapi_symc_crypto()
816 hi_dbg_print_h32(addr_l32(crypt->out)); in kapi_symc_crypto()
817 hi_dbg_print_h32(crypt->len); in kapi_symc_crypto()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
Ddrv_osal_lib.h444 #define hi_dbg_print_h32(val) hi_log_debug("%s = 0x%08X\n", #val, (val)) macro
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
Dhi_log.h456 #define hi_dbg_print_h32(val) HI_LOG_DBG("%s = 0x%08X\n", #val, val) macro