Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/
H A Dqman.h574 #define QM_CGR_TARG_PORTAL(n) (0x80000000 >> (n)) /* s/w portal, 0-9 */ macro
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman.c2396 cgr->cscn_targ = cpu_to_be32(val | QM_CGR_TARG_PORTAL(pi)); in qm_cgr_cscn_targ_set()
2404 cgr->cscn_targ = cpu_to_be32(val & ~QM_CGR_TARG_PORTAL(pi)); in qm_cgr_cscn_targ_clear()