Searched full:csb_v (Results 1 – 6 of 6) sorted by relevance
152 while (getnn(cmdp->crb.csb, csb_v) == 0) { in nx_wait_for_csb()184 if (getnn(cmdp->crb.csb, csb_v) == 0) { in nx_wait_for_csb()
38 #define CSB_V (0x80) macro
106 uint32_t csb_v; member
44 #define CSB_V (0x80) macro
191 while (!(READ_ONCE(csb->flags) & CSB_V)) { in wait_for_csb()202 if (!(csb->flags & CSB_V)) { in wait_for_csb()
227 csb.flags = CSB_V;