Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c1263 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_init_io()
1271 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io()
1275 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1281 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
1289 efx->membase_phys = 0; in efx_init_io()
1307 if (efx->membase_phys) { in efx_fini_io()
1310 efx->membase_phys = 0; in efx_fini_io()
Dnet_driver.h932 resource_size_t membase_phys; member
Def10.c943 membase = ioremap_nocache(efx->membase_phys, uc_mem_map_size); in efx_ef10_dimension_resources()
955 nic_data->wc_membase = ioremap_wc(efx->membase_phys + in efx_ef10_dimension_resources()
977 &efx->membase_phys, efx->membase, uc_mem_map_size, in efx_ef10_dimension_resources()