Searched refs:pst (Results 1 – 3 of 3) sorted by relevance
171 static int get_ranges(unsigned char *pst) in get_ranges() argument183 fid = *pst++; in get_ranges()202 vid = *pst++; in get_ranges()440 static void print_pst_entry(struct pst_s *pst, unsigned int j) in print_pst_entry() argument442 pr_debug("PST:%d (@%p)\n", j, pst); in print_pst_entry()444 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid); in print_pst_entry()450 struct pst_s *pst; in powernow_decode_bios() local491 pst = (struct pst_s *) p; in powernow_decode_bios()494 pst = (struct pst_s *) p; in powernow_decode_bios()495 number_scales = pst->numpstates; in powernow_decode_bios()[all …]
495 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, in check_pst_table() argument502 if (pst[j].vid > LEAST_VID) { in check_pst_table()504 pst[j].vid); in check_pst_table()507 if (pst[j].vid < data->rvo) { in check_pst_table()512 if (pst[j].vid < maxvid + data->rvo) { in check_pst_table()517 if (pst[j].fid > MAX_FID) { in check_pst_table()521 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) { in check_pst_table()524 pst[j].fid); in check_pst_table()527 if (pst[j].fid < lastfid) in check_pst_table()528 lastfid = pst[j].fid; in check_pst_table()[all …]
196 pst : 1, /* 15 */ member258 dst->pst = src->pst; in dmar_copy_shared_irte()