Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dpowernow.c643 struct psb_header *psb; in pn_decode_pst() local
687 psb = (struct psb_header*)(uintptr_t)BIOS_PADDRTOVADDR(sig); in pn_decode_pst()
689 switch (psb->version) { in pn_decode_pst()
701 sc->vst = psb->settlingtime; in pn_decode_pst()
702 sc->rvo = PN8_PSB_TO_RVO(psb->res1); in pn_decode_pst()
703 sc->irt = PN8_PSB_TO_IRT(psb->res1); in pn_decode_pst()
704 sc->mvs = PN8_PSB_TO_MVS(psb->res1); in pn_decode_pst()
705 sc->low = PN8_PSB_TO_BATT(psb->res1); in pn_decode_pst()
708 psb->settlingtime); in pn_decode_pst()
720 sc->sgtc = psb->settlingtime * sc->fsb; in pn_decode_pst()
[all …]
/f-stack/freebsd/sys/
H A Dpmc.h955 #define PMC_CONS_SAMPLE(psb) \ argument
956 (&(psb)->ps_samples[(psb)->ps_considx & pmc_sample_mask])
958 #define PMC_CONS_SAMPLE_OFF(psb, off) \ argument
959 (&(psb)->ps_samples[(off) & pmc_sample_mask])
961 #define PMC_PROD_SAMPLE(psb) \ argument
962 (&(psb)->ps_samples[(psb)->ps_prodidx & pmc_sample_mask])
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h2439 …uint64_t psb : 7; /**< BiST result of the PSB memories (0=pass, !0=fai… member
2441 uint64_t psb : 7;