Searched refs:icrc_hsi_shi_32 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_ddcb.c301 old = prev_ddcb->icrc_hsi_shi_32; /* read SHI/HSI in BE32 */ enqueue_ddcb()
310 icrc_hsi_shi = cmpxchg(&prev_ddcb->icrc_hsi_shi_32, old, new); enqueue_ddcb()
389 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == genwqe_check_ddcb_queue()
586 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == 0x00000000) get_next_ddcb()
653 old = pddcb->icrc_hsi_shi_32; /* read SHI/HSI in BE32 */ __genwqe_purge_ddcb()
657 icrc_hsi_shi = cmpxchg(&pddcb->icrc_hsi_shi_32, __genwqe_purge_ddcb()
665 icrc_hsi_shi = pddcb->icrc_hsi_shi_32; __genwqe_purge_ddcb()
699 icrc_hsi_shi = pddcb->icrc_hsi_shi_32; __genwqe_purge_ddcb()
870 pddcb->icrc_hsi_shi_32 = cpu_to_be32(0x00000000); /* for crc */ __genwqe_enqueue_ddcb()
878 pddcb->icrc_hsi_shi_32 = cpu_to_be32((u32)icrc << 16); __genwqe_enqueue_ddcb()
882 pddcb->icrc_hsi_shi_32 |= DDCB_INTR_BE32; __genwqe_enqueue_ddcb()
994 if (pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) { /* ddcb ready */ genwqe_next_ddcb_ready()
1069 pddcb->icrc_hsi_shi_32 = DDCB_COMPLETED_BE32; setup_ddcb_queue()
H A Dcard_ddcb.h54 __be32 icrc_hsi_shi_32; /* iCRC, Hardware/SW interlock */ member in union:ddcb::__anon6323

Completed in 54 milliseconds