mc_status_to_error_map   48 drivers/bus/fsl-mc/mc-sys.c 	static const int mc_status_to_error_map[] = {
mc_status_to_error_map   62 drivers/bus/fsl-mc/mc-sys.c 	if ((u32)status >= ARRAY_SIZE(mc_status_to_error_map))
mc_status_to_error_map   65 drivers/bus/fsl-mc/mc-sys.c 	return mc_status_to_error_map[status];