Searched refs:numpst (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/power/cpupower/debug/i386/
H A Ddump_psb.c44 u_char numpst; member in struct:psb_header
80 void decode_psb(char *p, int numpst) argument
96 psb->numpst);
104 if (numpst < 0)
105 numpst = psb->numpst;
107 printf("Overriding number of pst :%d\n", numpst);
109 for (i = 0; i < numpst; i++) {
135 {"numpst", no_argument, NULL, 'n'},
142 printf (" -n, --numpst Se
150 int numpst=-1; local
[all...]
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c46 u8 numpst; member in struct:psb_s
487 psb->numpst);
493 for (j = 0; j < psb->numpst; j++) {

Completed in 91 milliseconds