Searched refs:HASH_SET_BITS (Results 1 – 2 of 2) sorted by relevance
710 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()
98 #define HASH_SET_BITS(reg_name, mask) \ macro