Home
last modified time | relevance | path

Searched refs:bar_start (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/fddi/
Ddefxx.c270 resource_size_t bar_start);
435 resource_size_t *bar_start, resource_size_t *bar_len) in dfx_get_bars() argument
445 bar_start[0] = pci_resource_start(to_pci_dev(bdev), num); in dfx_get_bars()
447 bar_start[2] = bar_start[1] = 0; in dfx_get_bars()
462 bar_start[0] = bar_lo; in dfx_get_bars()
472 bar_start[0] = base_addr; in dfx_get_bars()
475 bar_start[1] = base_addr + PI_DEFEA_K_BURST_HOLDOFF; in dfx_get_bars()
477 bar_start[2] = base_addr + PI_ESIC_K_ESIC_CSR; in dfx_get_bars()
481 bar_start[0] = to_tc_dev(bdev)->resource.start + in dfx_get_bars()
484 bar_start[2] = bar_start[1] = 0; in dfx_get_bars()
[all …]
/linux-4.4.14/arch/tile/kernel/
Dpci_gx.c1081 resource_size_t bar_start; in ioremap() local
1104 bar_start = pci_controllers[i].mem_space.start; in ioremap()
1107 if ((start >= bar_start) && (end <= bar_end)) { in ioremap()
1134 resource_size_t bar_start; in ioport_map() local
1157 bar_start = pci_controllers[i].io_space.start; in ioport_map()
1160 if ((start >= bar_start) && (end <= bar_end)) { in ioport_map()