Home
last modified time | relevance | path

Searched refs:QM_PIRQ_EQCI (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/soc/fsl/
Dqman.h47 #define QM_PIRQ_EQCI 0x00080000 /* Enqueue Command Committed */ macro
55 #define QM_PIRQ_SLOW (QM_PIRQ_CSCI | QM_PIRQ_EQCI | QM_PIRQ_EQRI | \
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_portal.c143 irq_sources |= QM_PIRQ_EQCI | QM_PIRQ_EQRI | QM_PIRQ_MRI | in init_pcfg()
Dqman.c1220 isdr &= ~QM_PIRQ_EQCI; in qman_create_portal()