Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_sp.h40 struct fm_pcd_storage_profile_regs{ struct
126 void fman_vsp_init(struct fm_pcd_storage_profile_regs *regs,
131 uint32_t fman_vsp_get_statistics(struct fm_pcd_storage_profile_regs *regs,
134 void fman_vsp_set_statistics(struct fm_pcd_storage_profile_regs *regs,
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfman_sp.c36 uint32_t fman_vsp_get_statistics(struct fm_pcd_storage_profile_regs *regs, in fman_vsp_get_statistics()
39 struct fm_pcd_storage_profile_regs *sp_regs; in fman_vsp_get_statistics()
44 void fman_vsp_set_statistics(struct fm_pcd_storage_profile_regs *regs, in fman_vsp_set_statistics()
47 struct fm_pcd_storage_profile_regs *sp_regs; in fman_vsp_set_statistics()
83 void fman_vsp_init(struct fm_pcd_storage_profile_regs *regs, in fman_vsp_init()
89 struct fm_pcd_storage_profile_regs *sp_regs; in fman_vsp_init()
H A Dfm_sp.h79 struct fm_pcd_storage_profile_regs *p_FmSpRegsBase;
H A Dfm_sp.c488 (struct fm_pcd_storage_profile_regs *)FmGetVSPBaseAddr(p_FmVspEntry->h_Fm); in FM_VSP_Init()