Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_ddcb.c271 __be32 old, new, icrc_hsi_shi; in enqueue_ddcb() local
301 icrc_hsi_shi = cmpxchg(&prev_ddcb->icrc_hsi_shi_32, old, new); in enqueue_ddcb()
303 if (icrc_hsi_shi == old) in enqueue_ddcb()
628 __be32 icrc_hsi_shi = 0x0000; in __genwqe_purge_ddcb() local
653 icrc_hsi_shi = cmpxchg(&pddcb->icrc_hsi_shi_32, in __genwqe_purge_ddcb()
655 if (icrc_hsi_shi == old) in __genwqe_purge_ddcb()
661 icrc_hsi_shi = pddcb->icrc_hsi_shi_32; in __genwqe_purge_ddcb()
662 if (icrc_hsi_shi & DDCB_COMPLETED_BE32) in __genwqe_purge_ddcb()
695 icrc_hsi_shi = pddcb->icrc_hsi_shi_32; in __genwqe_purge_ddcb()
696 if ((icrc_hsi_shi & DDCB_COMPLETED_BE32) && in __genwqe_purge_ddcb()