Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Def100.c450 struct ef100_func_ctl_window fcw = { 0 }; in ef100_pci_probe() local
473 rc = ef100_pci_find_func_ctrl_window(efx, &fcw); in ef100_pci_probe()
481 if (!fcw.valid) { in ef100_pci_probe()
483 fcw.bar = EFX_EF100_PCI_DEFAULT_BAR; in ef100_pci_probe()
484 fcw.offset = 0; in ef100_pci_probe()
485 fcw.valid = true; in ef100_pci_probe()
488 if (fcw.offset > pci_resource_len(efx->pci_dev, fcw.bar) - ESE_GZ_FCW_LEN) { in ef100_pci_probe()
495 rc = efx_init_io(efx, fcw.bar, in ef100_pci_probe()
497 pci_resource_len(efx->pci_dev, fcw.bar)); in ef100_pci_probe()
501 efx->reg_base = fcw.offset; in ef100_pci_probe()
/linux/arch/x86/boot/
H A Dcpuflags.c16 u16 fcw = -1, fsw = -1; in has_fpu() local
26 : "+m" (fsw), "+m" (fcw)); in has_fpu()
28 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
/linux/drivers/ptp/
H A Dptp_fc3.c495 s64 fcw; in _idtfc3_adjfine() local
514 fcw = scaled_ppm * BIT(28); in _idtfc3_adjfine()
515 fcw = div_s64(fcw, 1000000); in _idtfc3_adjfine()
517 put_unaligned_le64(fcw, buf); in _idtfc3_adjfine()
/linux/drivers/mailbox/
H A Darm_mhuv3.c190 struct dummy_page fcw; member
199 struct dummy_page fcw; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h177 __u16 fcw; member
/linux/arch/x86/kvm/
H A Dx86.c12652 fpu->fcw = fxsave->cwd; in kvm_arch_vcpu_ioctl_get_fpu()
12676 fxsave->cwd = fpu->fcw; in kvm_arch_vcpu_ioctl_set_fpu()
/linux/Documentation/virt/kvm/
H A Dapi.rst787 __u16 fcw;
825 __u16 fcw;