Home
last modified time | relevance | path

Searched refs:rk_debug (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c186 rk_debug("CIPHER"); in rkce_hw_algo_valid()
189 rk_debug("HASH/HMAC"); in rkce_hw_algo_valid()
192 rk_debug("ASYM"); in rkce_hw_algo_valid()
232 rk_debug("rkce_reg->CE_VER = %08x\n", rkce_reg->CE_VER); in rkce_check_version()
292 rk_debug("reg_base = %p", reg_base); in rkce_hardware_alloc()
308 rk_debug("hardware = %p", hardware); in rkce_hardware_alloc()
368 rk_debug("rkce symm push td virt(%p), phys(%lx)\n", in rkce_push_td()
386 rk_debug("rkce hash push td virt(%p), phys(%lx)\n", in rkce_push_td()
429 rk_debug("rkce symm push td virt(%p), phys(%lx)\n", in rkce_push_td_sync()
451 rk_debug("symm ret = %d, value = %08x, IN_ST = %08x\n", in rkce_push_td_sync()
[all …]
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_debug.h19 #define rk_debug(fmt, args...) printf("RKCE: D [%s %d]: " fmt "\n", \ macro
25 #define rk_debug(fmt, args...) macro