| /src/sys/arch/powerpc/oea/ |
| ofw_autoconf.c | 285 int iostart, ioend; local 293 ioend = 0; 300 ioend = 0xffff; 328 prop_dictionary_set_uint64(dict, "ioend", ioend);
|
| /src/sys/dev/marvell/ |
| gtpci.c | 125 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local 169 if (!prop_dictionary_get_uint64(dict, "ioend", &ioend)) { 170 aprint_error_dev(self, "no ioend property\n"); 227 gtpci_chipset, iostart, ioend, memstart, memend, cl_size); 443 u_long iostart, u_long ioend, u_long memstart, u_long memend, 455 iostart, (ioend - iostart) + 1);
|
| mvpex.c | 112 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local 147 if (!prop_dictionary_get_uint64(dict, "ioend", &ioend)) { 148 aprint_error_dev(self, "no ioend property\n"); 191 mvpex_chipset, iostart, ioend, memstart, memend, cl_size); 407 u_long iostart, u_long ioend, u_long memstart, u_long memend, 419 iostart, (ioend - iostart) + 1);
|
| /src/sys/dev/pci/ |
| pci_resource.c | 522 uint64_t iostart, ioend; local 537 ioend = PCI_BRIDGE_STATIO_IOLIMIT_ADDR(res); 541 ioend |= __SHIFTOUT(reshigh, PCI_BRIDGE_IOHIGH_LIMIT) << 16; 543 if (iostart < ioend) { 545 PCI_RANGE_IO, iostart, ioend);
|
| /src/sys/arch/alpha/pci/ |
| pci_swiz_bus_io_chipdep.c | 376 bus_addr_t ioend = ioaddr + (iolen - 1); local 387 ioend <= CHIP_IO_W1_BUS_END(v)) 393 ioend <= CHIP_IO_W2_BUS_END(v))
|
| /src/sys/arch/hppa/dev/ |
| elroy.c | 379 bus_addr_t iostart, ioend; local 382 ioend = iostart + ~htole32(r->io_mask) + 1; 383 if (rstart < iostart || rend > ioend)
|