Home
last modified time | relevance | path

Searched refs:mc_status_to_error_map (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Dmc-sys.c48 static const int mc_status_to_error_map[] = { in mc_status_to_error() local
62 if ((u32)status >= ARRAY_SIZE(mc_status_to_error_map)) in mc_status_to_error()
65 return mc_status_to_error_map[status]; in mc_status_to_error()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H A Dmc-sys.c48 static const int mc_status_to_error_map[] = { in mc_status_to_error() local
62 if ((u32)status >= ARRAY_SIZE(mc_status_to_error_map)) in mc_status_to_error()
65 return mc_status_to_error_map[status]; in mc_status_to_error()

Completed in 1 milliseconds