Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c231 #define EQAR_IDX(eqar) ((eqar) & 0x7) argument
232 #define EQAR_VB(eqar) ((eqar) & 0x80) argument
233 #define EQAR_SUCCESS(eqar) ((eqar) & 0x100) argument
240 uint32_t eqar = qbman_cinh_read(&s->sys, QBMAN_CINH_SWP_EQAR); in qbman_swp_enqueue() local
241 debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue()
242 if (!EQAR_SUCCESS(eqar)) in qbman_swp_enqueue()
245 QBMAN_CENA_SWP_EQCR(EQAR_IDX(eqar))); in qbman_swp_enqueue()
250 p[0] = cl[0] | EQAR_VB(eqar); in qbman_swp_enqueue()
252 QBMAN_CENA_SWP_EQCR(EQAR_IDX(eqar)), in qbman_swp_enqueue()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Dqbman-portal.c571 #define EQAR_IDX(eqar) ((eqar) & 0x7) argument
572 #define EQAR_VB(eqar) ((eqar) & 0x80) argument
573 #define EQAR_SUCCESS(eqar) ((eqar) & 0x100) argument