blob: 84cf889e5aa9f51e1e0de52708e767caa981b082 [file] [log] [blame]
Nico Huber83693c82016-10-08 22:17:55 +02001--
2-- Copyright (C) 2016 secunet Security Networks AG
3--
4-- This program is free software; you can redistribute it and/or modify
5-- it under the terms of the GNU General Public License as published by
6-- the Free Software Foundation; version 2 of the License.
7--
8-- This program is distributed in the hope that it will be useful,
9-- but WITHOUT ANY WARRANTY; without even the implied warranty of
10-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-- GNU General Public License for more details.
12--
13
14private package HW.GFX.GMA.Power_And_Clocks_Haswell is
15
16 procedure PSR_Off;
17
18 procedure Pre_All_Off;
19 procedure Post_All_Off is null;
20
21 procedure Initialize;
22
23 procedure Power_Set_To (Configs : Configs_Type);
24 procedure Power_Up (Old_Configs, New_Configs : Configs_Type);
25 procedure Power_Down (Old_Configs, Tmp_Configs, New_Configs : Configs_Type);
26
27end HW.GFX.GMA.Power_And_Clocks_Haswell;