Home
last modified time | relevance | path

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

/u-boot/board/phytium/pomelo/
A Dpomelo.c89 int i, pstate; in __asm_flush_l3_dcache() local
95 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()
/u-boot/board/phytium/durian/
A Ddurian.c86 int i, pstate; in __asm_flush_l3_dcache() local
92 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()
/u-boot/drivers/power/domain/
A Dapple-pmgr.c83 static int apple_pmgr_ps_set(struct power_domain *power_domain, u32 pstate) in apple_pmgr_ps_set() argument
89 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()
/u-boot/arch/arm/include/asm/arch-imx9/
A Dddr.h41 enum pstate { enum
/u-boot/arch/arm/include/asm/
A Domap_mmc.h56 unsigned int pstate; /* 0x124 */ member
/u-boot/drivers/mmc/
A Domap_hsmmc.c457 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) {
/u-boot/arch/arm/include/asm/arch-imx8m/
A Dddr.h346 enum pstate { enum

Completed in 33 milliseconds