Home
last modified time | relevance | path

Searched refs:fcw (Results 1 – 3 of 3) 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/tools/arch/x86/include/uapi/asm/
H A Dkvm.h177 __u16 fcw; member