Home
last modified time | relevance | path

Searched refs:dcscb_use_count (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-vexpress/
Ddcscb.c48 static int dcscb_use_count[4][2]; variable
69 dcscb_use_count[cpu][cluster]++; in dcscb_power_up()
70 if (dcscb_use_count[cpu][cluster] == 1) { in dcscb_power_up()
79 } else if (dcscb_use_count[cpu][cluster] != 2) { in dcscb_power_up()
116 dcscb_use_count[cpu][cluster]--; in dcscb_power_down()
117 if (dcscb_use_count[cpu][cluster] == 0) { in dcscb_power_down()
125 } else if (dcscb_use_count[cpu][cluster] == 1) { in dcscb_power_down()
193 dcscb_use_count[cpu][cluster] = 1; in dcscb_usage_count_init()