Home
last modified time | relevance | path

Searched refs:membase_phys (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c1237 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR); in efx_init_io()
1245 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io()
1249 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1255 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
1263 efx->membase_phys = 0; in efx_init_io()
1279 if (efx->membase_phys) { in efx_fini_io()
1281 efx->membase_phys = 0; in efx_fini_io()
Dnet_driver.h946 resource_size_t membase_phys; member
Def10.c614 membase = ioremap_nocache(efx->membase_phys, uc_mem_map_size); in efx_ef10_dimension_resources()
626 nic_data->wc_membase = ioremap_wc(efx->membase_phys + in efx_ef10_dimension_resources()
648 &efx->membase_phys, efx->membase, uc_mem_map_size, in efx_ef10_dimension_resources()