Home
last modified time | relevance | path

Searched defs:td_type (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c42 #define IS_SYMM_TD(td_type) ((td_type) == RKCE_TD_TYPE_SYMM || \ argument
46 #define IS_HASH_TD(td_type) ((td_type) == RKCE_TD_TYPE_HASH) argument
354 uint32_t td_type; in rkce_push_td() local
415 uint32_t td_type; in rkce_push_td_sync() local
535 int rkce_irq_callback_set(void *rkce_hw, enum rkce_td_type td_type, request_cb_func cb_func) in rkce_irq_callback_set()
/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h196 uint32_t td_type : 2; member
215 uint32_t td_type : 2; member
230 uint32_t td_type : 2; member