Searched refs:WRITE_ONCE (Results 1 – 2 of 2) sorted by relevance
371 WRITE_ONCE(rkce_reg->SYMM_INT_EN, 0x3f); in rkce_push_td()389 WRITE_ONCE(rkce_reg->HASH_INT_EN, 0x3f); in rkce_push_td()432 WRITE_ONCE(rkce_reg->SYMM_INT_EN, 0x00); in rkce_push_td_sync()450 WRITE_ONCE(rkce_reg->SYMM_INT_ST, value); in rkce_push_td_sync()457 WRITE_ONCE(rkce_reg->HASH_INT_EN, 0x00); in rkce_push_td_sync()475 WRITE_ONCE(rkce_reg->HASH_INT_ST, value); in rkce_push_td_sync()570 WRITE_ONCE(rkce_reg->SYMM_INT_ST, cur_chn->int_st); in rkce_irq_handler()582 WRITE_ONCE(rkce_reg->HASH_INT_ST, cur_chn->int_st); in rkce_irq_handler()
294 #define WRITE_ONCE(x, val) \ macro