Searched refs:HASH_CLEAR_BITS (Results 1 – 2 of 2) sorted by relevance
447 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_hw_write_key()611 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_processblock()638 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_messagepad()714 HASH_CLEAR_BITS(&device_data->base->cr, HASH_CR_ALGO_MASK); in hash_setconfiguration()728 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()740 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()775 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_begin()905 HASH_CLEAR_BITS(&device_data->base->cr, in hash_dma_final()
101 #define HASH_CLEAR_BITS(reg_name, mask) \ macro