Searched refs:qm_out (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_low.h | 114 #define qm_out(reg, val) __qm_out(&portal->addr, REG_##reg, (uint32_t)val) macro 237 qm_out(CFG, cfg); in qm_eqcr_init() 327 qm_out(EQCR_PI_CINH, EQCR_PTR2IDX(eqcr->cursor)); in qmPortalEqcrPciCommit() 426 qm_out(EQCR_ITR, ithresh); in qm_eqcr_set_ithresh() 472 qm_out(CFG, (qm_in(CFG) & 0xff0fffff) | in qm_dqrr_set_maxfill() 489 qm_out(DQRR_SDQCR, 0); in qm_dqrr_init() 490 qm_out(DQRR_VDQCR, 0); in qm_dqrr_init() 491 qm_out(DQRR_PDQCR, 0); in qm_dqrr_init() 522 qm_out(CFG, cfg); in qm_dqrr_init() 630 qm_out(DQRR_CI_CINH, dqrr->ci); in qmPortalDqrrCciConsume() [all …]
|