Lines Matching defs:powerdomain
102 struct powerdomain { struct
103 const char *name;
104 union {
107 } voltdm;
108 const s16 prcm_offs;
109 const u8 pwrsts;
110 const u8 pwrsts_logic_ret;
111 const u8 flags;
112 const u8 banks;
113 const u8 pwrsts_mem_ret[PWRDM_MAX_MEM_BANKS];
114 const u8 pwrsts_mem_on[PWRDM_MAX_MEM_BANKS];
115 const u8 prcm_partition;
116 struct clockdomain *pwrdm_clkdms[PWRDM_MAX_CLKDMS];
117 struct list_head node;
118 struct list_head voltdm_node;
119 int state;
120 unsigned state_counter[PWRDM_MAX_PWRSTS];
121 unsigned ret_logic_off_counter;
122 unsigned ret_mem_off_counter[PWRDM_MAX_MEM_BANKS];
125 s64 timer;
126 s64 state_timer[PWRDM_MAX_PWRSTS];