Lines Matching defs:X
29 #define NXPRT(X) X argument
31 #define NXPRT(X) argument
36 #define NX_CLK(X) X argument
40 #define NX_CLK(X) argument
452 #define putnn(ST, REG, X) (ST.REG = htobe32(unget32(ST, REG) | (((X) \ argument
454 #define putpnn(ST, REG, X) ((ST)->REG = htobe32(ungetp32(ST, REG) \ argument
457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) argument
458 #define putp32(ST, REG, X) ((ST)->REG = htobe32(X)) argument
459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) argument
460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X)) argument
469 #define put_csb_ce_ms3b(ST, X) putnn(ST, csb_ce, ((uint32_t)(X) << 5)) argument
475 #define csb_ce_termination(X) (!!((X) & CSB_CE_TERMINATE)) argument
478 #define csb_ce_check_completion(X) (!csb_ce_termination(X)) argument
481 #define csb_ce_partial_completion(X) (!!((X) & CSB_CE_PARTIAL)) argument
482 #define csb_ce_full_completion(X) (!csb_ce_partial_completion(X)) argument
483 #define csb_ce_tpbc_valid(X) (!!((X) & CSB_CE_TPBC_VALID)) argument
486 #define csb_ce_default_err(X) csb_ce_termination(X) argument
489 #define csb_ce_cc3_partial(X) csb_ce_partial_completion(X) argument
492 #define csb_ce_cc64(X) ((X)&(CSB_CE_PARTIAL \ argument