Lines Matching refs:allocation
980 SET_PIXEL_CLOCK_PS_ALLOCATION allocation; in set_pixel_clock_v3() local
982 memset(&allocation, 0, sizeof(allocation)); in set_pixel_clock_v3()
985 allocation.sPCLKInput.ucPpll = ATOM_PPLL1; in set_pixel_clock_v3()
987 allocation.sPCLKInput.ucPpll = ATOM_PPLL2; in set_pixel_clock_v3()
991 allocation.sPCLKInput.usRefDiv = in set_pixel_clock_v3()
993 allocation.sPCLKInput.usFbDiv = in set_pixel_clock_v3()
995 allocation.sPCLKInput.ucFracFbDiv = in set_pixel_clock_v3()
997 allocation.sPCLKInput.ucPostDiv = in set_pixel_clock_v3()
1001 allocation.sPCLKInput.usPixelClock = in set_pixel_clock_v3()
1004 params = (PIXEL_CLOCK_PARAMETERS_V3 *)&allocation.sPCLKInput; in set_pixel_clock_v3()
1022 if (EXEC_BIOS_CMD_TABLE(SetPixelClock, allocation)) in set_pixel_clock_v3()