Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c230 #define EQAR_IDX(eqar) ((eqar) & 0x7) argument
231 #define EQAR_VB(eqar) ((eqar) & 0x80) argument
232 #define EQAR_SUCCESS(eqar) ((eqar) & 0x100) argument
239 uint32_t eqar = qbman_cinh_read(&s->sys, QBMAN_CINH_SWP_EQAR); in qbman_swp_enqueue() local
240 debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue()
241 if (!EQAR_SUCCESS(eqar)) in qbman_swp_enqueue()
244 QBMAN_CENA_SWP_EQCR(EQAR_IDX(eqar))); in qbman_swp_enqueue()
249 p[0] = cl[0] | EQAR_VB(eqar); in qbman_swp_enqueue()
251 QBMAN_CENA_SWP_EQCR(EQAR_IDX(eqar)), in qbman_swp_enqueue()
/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.c576 #define EQAR_IDX(eqar) ((eqar) & 0x7) argument
577 #define EQAR_VB(eqar) ((eqar) & 0x80) argument
578 #define EQAR_SUCCESS(eqar) ((eqar) & 0x100) argument