Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c1263 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in ef4_init_io()
1271 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in ef4_init_io()
1275 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io()
1281 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io()
1289 efx->membase_phys = 0; in ef4_init_io()
1307 if (efx->membase_phys) { in ef4_fini_io()
1310 efx->membase_phys = 0; in ef4_fini_io()
Dnet_driver.h781 resource_size_t membase_phys; member
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c1322 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_init_io()
1330 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io()
1334 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io()
1340 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io()
1348 efx->membase_phys = 0; in efx_init_io()
1366 if (efx->membase_phys) { in efx_fini_io()
1369 efx->membase_phys = 0; in efx_fini_io()
Dnet_driver.h951 resource_size_t membase_phys; member
Def10.c1404 membase = ioremap_nocache(efx->membase_phys, uc_mem_map_size); in efx_ef10_dimension_resources()
1416 nic_data->wc_membase = ioremap_wc(efx->membase_phys + in efx_ef10_dimension_resources()
1438 &efx->membase_phys, efx->membase, uc_mem_map_size, in efx_ef10_dimension_resources()