bot_sel           392 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 	unsigned int bot_sel;
bot_sel           404 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 			REG_GET(MPCC_BOT_SEL[mpcc_id],  MPCC_BOT_SEL, &bot_sel);
bot_sel           406 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 			if (bot_sel == mpcc_id)
bot_sel           407 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 				bot_sel = 0xf;
bot_sel           416 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 				if (bot_sel != 0xf && bot_sel < mpc10->num_mpcc) {
bot_sel           417 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c 					bot_mpcc_id = bot_sel;