Home
last modified time | relevance | path

Searched refs:fman_cfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h319 struct fman_cfg { struct
760 void fman_defconfig(struct fman_cfg *cfg, bool is_master);
761 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg);
762 int fman_fpm_init(struct fman_fpm_regs *fpm_rg, struct fman_cfg *cfg);
763 int fman_bmi_init(struct fman_bmi_regs *bmi_rg, struct fman_cfg *cfg);
764 int fman_qmi_init(struct fman_qmi_regs *qmi_rg, struct fman_cfg *cfg);
765 int fman_dma_init(struct fman_dma_regs *dma_rg, struct fman_cfg *cfg);
767 int fman_enable(struct fman_rg *fman_rg, struct fman_cfg *cfg);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c585 void fman_defconfig(struct fman_cfg *cfg, bool is_master) in fman_defconfig()
587 memset(cfg, 0, sizeof(struct fman_cfg)); in fman_defconfig()
628 void fman_regconfig(struct fman_rg *fman_rg, struct fman_cfg *cfg) in fman_regconfig()
696 int fman_dma_init(struct fman_dma_regs *dma_rg, struct fman_cfg *cfg) in fman_dma_init()
775 int fman_fpm_init(struct fman_fpm_regs *fpm_rg, struct fman_cfg *cfg) in fman_fpm_init()
852 int fman_bmi_init(struct fman_bmi_regs *bmi_rg, struct fman_cfg *cfg) in fman_bmi_init()
894 int fman_qmi_init(struct fman_qmi_regs *qmi_rg, struct fman_cfg *cfg) in fman_qmi_init()
941 int fman_enable(struct fman_rg *fman_rg, struct fman_cfg *cfg) in fman_enable()
H A Dfm.h630 struct fman_cfg *p_FmDriverParam;
H A Dfm_ncsw.c3332 p_Fm->p_FmDriverParam = (struct fman_cfg *)XX_Malloc(sizeof(struct fman_cfg)); in FM_Config()
3340 memset(p_Fm->p_FmDriverParam, 0, sizeof(struct fman_cfg)); in FM_Config()
3482 struct fman_cfg *p_FmDriverParam = NULL; in FM_Init()