Searched refs:bar_end (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
H A Dpci_gx.c1082 resource_size_t bar_end; ioremap() local
1105 bar_end = pci_controllers[i].mem_space.end; ioremap()
1107 if ((start >= bar_start) && (end <= bar_end)) { ioremap()
1135 resource_size_t bar_end; ioport_map() local
1158 bar_end = pci_controllers[i].io_space.end; ioport_map()
1160 if ((start >= bar_start) && (end <= bar_end)) { ioport_map()

Completed in 37 milliseconds