Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c371 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()
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler.h294 #define WRITE_ONCE(x, val) \ macro