Searched refs:QM_VDQCR_NUMFRAMES_SET (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_api.c158 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_PARTIAL);
166 frmcnt = QM_VDQCR_NUMFRAMES_SET(NUM_ENQUEUES - NUM_PARTIAL);
H A Dqman.c2819 u32 vdqcr = fqid | QM_VDQCR_NUMFRAMES_SET(3);
/linux-master/include/soc/fsl/
H A Dqman.h810 #define QM_VDQCR_NUMFRAMES_SET(n) (((n) & 0x3f) << 24) macro
812 #define QM_VDQCR_NUMFRAMES_TILLEMPTY QM_VDQCR_NUMFRAMES_SET(0)

Completed in 132 milliseconds