Home
last modified time | relevance | path

Searched refs:fac (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/sunrpc/
H A Ddebug.h35 # define ifdebug(fac) if (unlikely(rpc_debug & RPCDBG_##fac)) argument
37 # define dfprintk(fac, fmt, ...) \ argument
39 ifdebug(fac) \
43 # define dfprintk_cont(fac, fmt, ...) \ argument
45 ifdebug(fac) \
49 # define dfprintk_rcu(fac, fmt, ...) \ argument
51 ifdebug(fac) { \
58 # define dfprintk_rcu_cont(fac, fmt, ...) \ argument
60 ifdebug(fac) { \
69 # define ifdebug(fac) if (0) argument
[all …]
/linux/arch/s390/kernel/
H A Dvtime.c62 u64 delta, fac, mult, div; in update_mt_scaling() local
67 fac = 1; in update_mt_scaling()
73 mult += delta * fac; in update_mt_scaling()
74 fac *= i + 1; in update_mt_scaling()
76 div *= fac; in update_mt_scaling()
/linux/arch/s390/kvm/
H A Dvsie.c68 __u8 fac[S390_ARCH_FAC_LIST_SIZE_BYTE]; /* 0x0800 */ member
481 scb_s->fac = 0; in shadow_scb()
1004 __u32 fac = READ_ONCE(vsie_page->scb_o->fac); in handle_stfle() local
1010 if (fac && test_kvm_facility(vcpu->kvm, 7)) { in handle_stfle()
1016 fac = fac & 0x7ffffff8U; in handle_stfle()
1022 if (read_guest_real(vcpu, fac, &vsie_page->fac, in handle_stfle()
1025 scb_s->fac = (u32)virt_to_phys(&vsie_page->fac); in handle_stfle()
H A Dpriv.c703 unsigned int fac; in handle_stfl() local
714 fac = *vcpu->kvm->arch.model.fac_list >> 32; in handle_stfl()
716 &fac, sizeof(fac)); in handle_stfl()
719 VCPU_EVENT(vcpu, 3, "STFL: store facility list 0x%x", fac); in handle_stfl()
720 trace_kvm_s390_handle_stfl(vcpu, fac); in handle_stfl()
H A Dkvm-s390.c3876 vcpu->arch.sie_block->fac = virt_to_phys(model->fac_list); in kvm_s390_vcpu_setup_model()
/linux/arch/alpha/kernel/
H A Dptrace.c34 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;} argument
36 #define DBG(fac,args) argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c476 u8 fac; in rtl92ee_set_hw_reg() local
482 fac = *((u8 *)val); in rtl92ee_set_hw_reg()
483 if (fac <= 3) { in rtl92ee_set_hw_reg()
484 fac = (1 << (fac + 2)); in rtl92ee_set_hw_reg()
485 if (fac > 0xf) in rtl92ee_set_hw_reg()
486 fac = 0xf; in rtl92ee_set_hw_reg()
488 if ((reg[i] & 0xf0) > (fac << 4)) in rtl92ee_set_hw_reg()
490 (fac << 4); in rtl92ee_set_hw_reg()
491 if ((reg[i] & 0x0f) > fac) in rtl92ee_set_hw_reg()
492 reg[i] = (reg[i] & 0xf0) | fac; in rtl92ee_set_hw_reg()
[all …]
/linux/drivers/s390/crypto/
H A Dap_bus.c2051 } else if (ac->hwinfo.fac != hwinfo.fac) { in ap_scan_adapter()
2053 __func__, ap, hwinfo.fac); in ap_scan_adapter()
2087 comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
2124 __func__, ap, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
2127 __func__, ap, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
2130 __func__, ap, hwinfo.at, hwinfo.fac); in ap_scan_adapter()
H A Dap_card.c57 return sysfs_emit(buf, "0x%08X\n", ac->hwinfo.fac); in ap_functions_show()
H A Dzcrypt_api.c1286 stat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_mask()
1308 stat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_mask_ext()
1331 devstat->functions = zc->card->hwinfo.fac >> 26; in zcrypt_device_status_ext()
H A Dap_queue.c711 return sysfs_emit(buf, "0x%08X\n", hwinfo.fac); in ap_functions_show()
/linux/tools/testing/selftests/kvm/include/s390x/
H A Dsie.h
/linux/arch/s390/include/asm/
H A Dap.h95 unsigned int fac : 32; /* facility bits */ member
H A Dkvm_host.h358 __u32 fac; /* 0x01a0 */ member
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3430es1-clocks.dtsi137 fac_ick: clock-fac-ick@8 {
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c735 u32 fac; in vop2_scale_factor() local
755 fac = DIV_ROUND_UP(src << shift, dst) - 1; in vop2_scale_factor()
757 if (fac > U16_MAX) in vop2_scale_factor()
760 return fac; in vop2_scale_factor()