Lines Matching defs:exception
549 enum fman_exceptions exception)
551 dev_dbg(fman->dev, "%s: FMan[%d] exception %d\n",
552 __func__, fman->state->fm_id, exception);
950 enum fman_exceptions exception, bool enable)
954 switch (exception) {
1435 static u32 get_exception_flag(enum fman_exceptions exception)
1439 switch (exception) {
1906 /* clear revision-dependent non existing exception */
2015 enum fman_exceptions exception, bool enable)
2022 bit_mask = get_exception_flag(exception);
2029 dev_err(fman->dev, "%s: Undefined exception (%d)\n",
2030 __func__, exception);
2034 return set_exception(fman, exception, enable);