Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.c271 dpaa2_swp_write_reg(p, DPAA2_SWP_CINH_CFG, reg); in dpaa2_swp_init_portal()
284 dpaa2_swp_write_reg(p, DPAA2_SWP_CINH_SDQCR, 0); in dpaa2_swp_init_portal()
350 dpaa2_swp_write_reg(struct dpaa2_swp *swp, uint32_t o, uint32_t v) in dpaa2_swp_write_reg() function
397 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_IER, mask); in dpaa2_swp_set_intr_trigger()
429 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_ISR, mask); in dpaa2_swp_clear_intr_status()
461 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_SDQCR, dqsrc != 0 in dpaa2_swp_set_push_dequeue()
495 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_DQRR_ITR, threshold); in dpaa2_swp_set_irq_coalescing()
496 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_ITPR, itp); in dpaa2_swp_set_irq_coalescing()
979 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_RCR_AM_RT + in dpaa2_swp_exec_br_command()
1032 dpaa2_swp_write_reg(swp, DPAA2_SWP_CINH_VDQCR_RT, in dpaa2_swp_exec_vdc_command_locked()
[all …]
H A Ddpaa2_io.c567 dpaa2_swp_write_reg(sc->swp, DPAA2_SWP_CINH_DCAP, idx); in dpaa2_io_intr()
579 dpaa2_swp_write_reg(sc->swp, DPAA2_SWP_CINH_IIR, 0); in dpaa2_io_intr()
H A Ddpaa2_swp.h501 void dpaa2_swp_write_reg(struct dpaa2_swp *swp, uint32_t o, uint32_t v);