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

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

Completed in 122 milliseconds