Lines Matching defs:fm_handle
266 t_Handle muram_handle, fm_handle;
311 fm_handle = FM_Config(&fm_params);
312 if (fm_handle == NULL) {
318 FM_ConfigResetOnInit(fm_handle, TRUE);
320 error = FM_Init(fm_handle);
326 error = FM_GetRevision(fm_handle, &revision_info);
347 return (fm_handle);
350 FM_Free(fm_handle);
387 *fmh = sc->fm_handle;
470 sc->fm_handle = fman_init(sc, &cfg);
471 if (sc->fm_handle == NULL) {
495 if (sc->fm_handle) {
496 FM_Free(sc->fm_handle);