Searched refs:templ (Results 1 – 2 of 2) sorted by relevance
566 long templ = 0; in FPU_store_single() local603 templ = tmp.sigl; in FPU_store_single()649 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()662 templ = 0x7f800000; in FPU_store_single()671 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()675 templ = 0; in FPU_store_single()691 templ = 0x7f800000; in FPU_store_single()697 templ = st0_ptr->sigh >> 8; in FPU_store_single()703 templ |= (0x40000000 >> 8); in FPU_store_single()705 templ |= 0x7f800000; in FPU_store_single()[all …]
319 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument323 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()324 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()325 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()