Searched refs:FFA_Type (Results 1 – 8 of 8) sorted by relevance
125 static inline void ffa_enable(FFA_Type *ptr) in ffa_enable()135 static inline void ffa_disable(FFA_Type *ptr) in ffa_disable()146 static inline uint32_t ffa_get_status(FFA_Type *ptr) in ffa_get_status()157 static inline void ffa_enable_interrupt(FFA_Type *ptr, uint32_t mask) in ffa_enable_interrupt()168 static inline void ffa_disable_interrupt(FFA_Type *ptr, uint32_t mask) in ffa_disable_interrupt()190 static inline void ffa_enable_fp_bias(FFA_Type *ptr) in ffa_enable_fp_bias()195 static inline void ffa_disable_fp_bias(FFA_Type *ptr) in ffa_disable_fp_bias()200 static inline void ffa_set_coef_max_index(FFA_Type *ptr, uint8_t max) in ffa_set_coef_max_index()215 static inline uint32_t ffa_get_fp_status(FFA_Type *ptr) in ffa_get_fp_status()228 void ffa_start_fft(FFA_Type *ptr, fft_xfer_t *fft_xfer);[all …]
34 void ffa_start_fft(FFA_Type *ptr, fft_xfer_t *fft_xfer) in ffa_start_fft()64 void ffa_start_fir(FFA_Type *ptr, fir_xfer_t *fir_xfer) in ffa_start_fir()118 hpm_stat_t ffa_calculate_fft_blocking(FFA_Type *ptr, fft_xfer_t *fft_xfer) in ffa_calculate_fft_blocking()138 hpm_stat_t ffa_calculate_fir_blocking(FFA_Type *ptr, fir_xfer_t *fir_xfer) in ffa_calculate_fir_blocking()
475 #define HPM_FFA ((FFA_Type *) HPM_FFA_BASE)
583 #define HPM_FFA ((FFA_Type *) HPM_FFA_BASE)
47 } FFA_Type; typedef
802 #define HPM_FFA ((FFA_Type *) HPM_FFA_BASE)
50 } FFA_Type; typedef
Completed in 27 milliseconds