Searched refs:QB_CODE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/fsl-mc/dpio/ |
D | qbman_portal.c | 34 struct qb_attr_code code_generic_verb = QB_CODE(0, 0, 7); 35 struct qb_attr_code code_generic_rslt = QB_CODE(0, 8, 8); 43 struct qb_attr_code code_sdqcr_dct = QB_CODE(0, 24, 2); 44 struct qb_attr_code code_sdqcr_fc = QB_CODE(0, 29, 1); 45 struct qb_attr_code code_sdqcr_tok = QB_CODE(0, 16, 8); 46 #define CODE_SDQCR_DQSRC(n) QB_CODE(0, n, 1) 174 static struct qb_attr_code code_eq_cmd = QB_CODE(0, 0, 2); 175 static struct qb_attr_code code_eq_orp_en = QB_CODE(0, 2, 1); 176 static struct qb_attr_code code_eq_tgt_id = QB_CODE(2, 0, 24); 178 static struct qb_attr_code code_eq_qd_en = QB_CODE(0, 4, 1); [all …]
|
D | qbman_portal.h | 124 #define QB_CODE(a, b, c) { a, b, c} macro
|