Lines Matching defs:exception
575 enum fman_exceptions exception)
577 dev_dbg(fman->dev, "%s: FMan[%d] exception %d\n",
578 __func__, fman->state->fm_id, exception);
976 enum fman_exceptions exception, bool enable)
980 switch (exception) {
1461 static u32 get_exception_flag(enum fman_exceptions exception)
1465 switch (exception) {
1932 /* clear revision-dependent non existing exception */
2041 enum fman_exceptions exception, bool enable)
2048 bit_mask = get_exception_flag(exception);
2055 dev_err(fman->dev, "%s: Undefined exception (%d)\n",
2056 __func__, exception);
2060 return set_exception(fman, exception, enable);