Searched refs:membase_phys (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1260 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in ef4_init_io() 1268 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in ef4_init_io() 1272 (unsigned long long)efx->membase_phys, mem_map_size); in ef4_init_io() 1278 (unsigned long long)efx->membase_phys, mem_map_size, in ef4_init_io() 1286 efx->membase_phys = 0; in ef4_init_io() 1304 if (efx->membase_phys) { in ef4_fini_io() 1307 efx->membase_phys = 0; in ef4_fini_io()
|
D | net_driver.h | 778 resource_size_t membase_phys; member
|
/drivers/net/ethernet/sfc/ |
D | efx.c | 1319 efx->membase_phys = pci_resource_start(efx->pci_dev, bar); in efx_init_io() 1327 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); in efx_init_io() 1331 (unsigned long long)efx->membase_phys, mem_map_size); in efx_init_io() 1337 (unsigned long long)efx->membase_phys, mem_map_size, in efx_init_io() 1345 efx->membase_phys = 0; in efx_init_io() 1363 if (efx->membase_phys) { in efx_fini_io() 1366 efx->membase_phys = 0; in efx_fini_io()
|
D | net_driver.h | 948 resource_size_t membase_phys; member
|
D | ef10.c | 1401 membase = ioremap_nocache(efx->membase_phys, uc_mem_map_size); in efx_ef10_dimension_resources() 1413 nic_data->wc_membase = ioremap_wc(efx->membase_phys + in efx_ef10_dimension_resources() 1435 &efx->membase_phys, efx->membase, uc_mem_map_size, in efx_ef10_dimension_resources()
|