Home
last modified time | relevance | path

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

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