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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c314 void fman_set_liodn_per_port(struct fman_rg *fman_rg, uint8_t port_id, argument
324 tmp = ioread32be(&fman_rg->dma_rg->fmdmplr[port_id / 2]);
332 iowrite32be(tmp, &fman_rg->dma_rg->fmdmplr[port_id / 2]);
334 &fman_rg->bmi_rg->fmbm_spliodn[port_id - 1]);
628 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg) argument
635 tmp_reg = ioread32be(&fman_rg->bmi_rg->fmbm_cfg1);
639 tmp_reg = ioread32be(&fman_rg->bmi_rg->fmbm_cfg2);
643 tmp_reg = ioread32be(&fman_rg
941 fman_enable(struct fman_rg *fman_rg, struct fman_cfg *cfg) argument
962 fman_free_resources(struct fman_rg *fman_rg) argument
1047 fman_set_exception(struct fman_rg *fman_rg, enum fman_exceptions exception, bool enable) argument
1201 fman_get_counter(struct fman_rg *fman_rg, enum fman_counters reg_name) argument
1243 fman_modify_counter(struct fman_rg *fman_rg, enum fman_counters reg_name, uint32_t val) argument
1345 fman_force_intr(struct fman_rg *fman_rg, enum fman_exceptions exception) argument
[all...]
H A Dfm_ncsw.c1952 struct fman_rg fman_rg; local
1954 fman_rg.bmi_rg = p_Fm->p_FmBmiRegs;
1955 fman_rg.qmi_rg = p_Fm->p_FmQmiRegs;
1956 fman_rg.fpm_rg = p_Fm->p_FmFpmRegs;
1957 fman_rg.dma_rg = p_Fm->p_FmDmaRegs;
2018 fman_qmi_disable_dispatch_limit(fman_rg.fpm_rg);
2052 enqTh = fman_get_qmi_enq_th(fman_rg.qmi_rg);
2057 fman_set_qmi_enq_th(fman_rg.qmi_rg, enqTh);
2060 deqTh = fman_get_qmi_deq_th(fman_rg
3486 struct fman_rg fman_rg; local
3722 struct fman_rg fman_rg; local
4645 struct fman_rg fman_rg; local
4743 struct fman_rg fman_rg; local
4831 struct fman_rg fman_rg; local
5133 struct fman_rg fman_rg; local
[all...]
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h274 struct fman_rg { struct
712 uint32_t fman_get_counter(struct fman_rg *fman_rg,
730 void fman_set_liodn_per_port(struct fman_rg *fman_rg,
748 int fman_set_exception(struct fman_rg *fman_rg,
761 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg);
766 void fman_free_resources(struct fman_rg *fman_r
[all...]

Completed in 74 milliseconds