Home
last modified time | relevance | path

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

/drivers/crypto/ux500/hash/
Dhash_core.c710 HASH_SET_BITS(&device_data->base->cr, HASH_CR_ALGO_MASK); in hash_setconfiguration()
731 HASH_SET_BITS(&device_data->base->cr, HASH_CR_MODE_MASK); in hash_setconfiguration()
735 HASH_SET_BITS(&device_data->base->cr, in hash_setconfiguration()
908 HASH_SET_BITS(&device_data->base->cr, in hash_dma_final()
910 HASH_SET_BITS(&device_data->base->cr, in hash_dma_final()
Dhash_alg.h98 #define HASH_SET_BITS(reg_name, mask) \ macro