Searched refs:val32 (Results 1 – 6 of 6) sorted by relevance
159 unsigned long val32 = 0, val38 = 0, val41 = 0; in pfm_mont_pmc_check() local225 case 32: val32 = *val; in pfm_mont_pmc_check()231 val32 = ctx->ctx_pmcs[32]; in pfm_mont_pmc_check()236 val32 = ctx->ctx_pmcs[32]; in pfm_mont_pmc_check()245 ret = (((val41 >> 45) & 0xf) == 0 && ((val32>>57) & 0x1) == 0) in pfm_mont_pmc_check()249 DPRINT(("invalid config pmc38=0x%lx pmc41=0x%lx pmc32=0x%lx\n", val38, val41, val32)); in pfm_mont_pmc_check()
678 u32 val32; in calgary_reserve_peripheral_mem_2() local687 val32 = be32_to_cpu(readl(target)); in calgary_reserve_peripheral_mem_2()688 if (!(val32 & PHB_MEM2_ENABLE)) in calgary_reserve_peripheral_mem_2()878 u32 val32; in calgary_watchdog() local882 val32 = be32_to_cpu(readl(target)); in calgary_watchdog()885 if (val32 & CSR_AGENT_MASK) { in calgary_watchdog()894 val32 = be32_to_cpu(readl(target)); in calgary_watchdog()895 val32 |= PHB_SLOT_DISABLE; in calgary_watchdog()896 writel(cpu_to_be32(val32), target); in calgary_watchdog()967 u32 val32; in calgary_enable_translation() local[all …]
108 u32 val32 = (val << 24) | (val << 16) | (val << 8) | val; in memset_io() local114 __raw_writel(val32, addr); in memset_io()
95 __u32 val32[FPU_REG_WIDTH / 32]; member
924 u32 val32; in set_invariant_cp15() local926 err = reg_from_user(&val32, uaddr, id); in set_invariant_cp15()928 val = val32; in set_invariant_cp15()
811 for (i = 1; i < ARRAY_SIZE(ctx->fpr[x].val32); i++) \824 for (i = 2; i < ARRAY_SIZE(ctx->fpr[x].val32); i++) \