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()
702 u32 val32; in calgary_reserve_peripheral_mem_2() local711 val32 = be32_to_cpu(readl(target)); in calgary_reserve_peripheral_mem_2()712 if (!(val32 & PHB_MEM2_ENABLE)) in calgary_reserve_peripheral_mem_2()906 u32 val32; in calgary_watchdog() local910 val32 = be32_to_cpu(readl(target)); in calgary_watchdog()913 if (val32 & CSR_AGENT_MASK) { in calgary_watchdog()922 val32 = be32_to_cpu(readl(target)); in calgary_watchdog()923 val32 |= PHB_SLOT_DISABLE; in calgary_watchdog()924 writel(cpu_to_be32(val32), target); in calgary_watchdog()995 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()
105 __u32 val32[FPU_REG_WIDTH / 32]; member
838 u32 val32; in set_invariant_cp15() local840 err = reg_from_user(&val32, uaddr, id); in set_invariant_cp15()842 val = val32; in set_invariant_cp15()
815 for (i = 1; i < ARRAY_SIZE(ctx->fpr[x].val32); i++) \828 for (i = 2; i < ARRAY_SIZE(ctx->fpr[x].val32); i++) \