Searched refs:pstate (Results 1 – 7 of 7) sorted by relevance
89 int i, pstate; in __asm_flush_l3_dcache() local95 pstate = readq(HNF_PSTATE_STAT + i * HNF_STRIDE); in __asm_flush_l3_dcache()96 } while ((pstate & 0xf) != (HNF_PSTATE_SFONLY << 2)); in __asm_flush_l3_dcache()
86 int i, pstate; in __asm_flush_l3_dcache() local92 pstate = readq(HNF_PSTATE_STAT + i * HNF_STRIDE); in __asm_flush_l3_dcache()93 } while ((pstate & 0xf) != (HNF_PSTATE_SFONLY << 2)); in __asm_flush_l3_dcache()
83 static int apple_pmgr_ps_set(struct power_domain *power_domain, u32 pstate) in apple_pmgr_ps_set() argument89 FIELD_PREP(APPLE_PMGR_PS_TARGET, pstate)); in apple_pmgr_ps_set()93 (FIELD_GET(APPLE_PMGR_PS_ACTUAL, reg) == pstate), 1, in apple_pmgr_ps_set()
41 enum pstate { enum
56 unsigned int pstate; /* 0x124 */ member
457 dat0_high = !!(readl(&mmc_base->pstate) & PSTATE_DLEV_DAT0); in omap_hsmmc_wait_dat0()1064 while ((readl(&mmc_base->pstate) & (DATI_MASK | CMDI_MASK)) != 0) {
346 enum pstate { enum
Completed in 33 milliseconds