Home
last modified time | relevance | path

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

/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_portal.c37 struct qb_attr_code code_generic_verb = QB_CODE(0, 0, 7);
38 struct qb_attr_code code_generic_rslt = QB_CODE(0, 8, 8);
46 struct qb_attr_code code_sdqcr_dct = QB_CODE(0, 24, 2);
47 struct qb_attr_code code_sdqcr_fc = QB_CODE(0, 29, 1);
48 struct qb_attr_code code_sdqcr_tok = QB_CODE(0, 16, 8);
49 #define CODE_SDQCR_DQSRC(n) QB_CODE(0, n, 1)
177 static struct qb_attr_code code_eq_cmd = QB_CODE(0, 0, 2);
181 static struct qb_attr_code code_eq_qd_en = QB_CODE(0, 4, 1);
264 static struct qb_attr_code code_pull_dct = QB_CODE(0, 0, 2);
265 static struct qb_attr_code code_pull_dt = QB_CODE(0, 2, 2);
[all …]
A Dqbman_portal.h124 #define QB_CODE(a, b, c) { a, b, c} macro

Completed in 5 milliseconds