HomeSort by: relevance | last modified time | path
    Searched defs:ioend (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_swiz_bus_io_chipdep.c 376 bus_addr_t ioend = ioaddr + (iolen - 1); local in function:__C
387 ioend <= CHIP_IO_W1_BUS_END(v))
393 ioend <= CHIP_IO_W2_BUS_END(v))
pci_swiz_bus_io_chipdep.c 376 bus_addr_t ioend = ioaddr + (iolen - 1); local in function:__C
387 ioend <= CHIP_IO_W1_BUS_END(v))
393 ioend <= CHIP_IO_W2_BUS_END(v))
pci_swiz_bus_io_chipdep.c 376 bus_addr_t ioend = ioaddr + (iolen - 1); local in function:__C
387 ioend <= CHIP_IO_W1_BUS_END(v))
393 ioend <= CHIP_IO_W2_BUS_END(v))
  /src/sys/dev/marvell/
mvpex.c 112 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:mvpex_attach
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);
mvpex.c 112 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:mvpex_attach
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);
mvpex.c 112 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:mvpex_attach
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);
gtpci.c 125 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:gtpci_attach
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);
gtpci.c 125 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:gtpci_attach
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);
gtpci.c 125 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:gtpci_attach
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);
  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 283 int iostart, ioend; local in function:ofw_device_register
291 ioend = 0;
298 ioend = 0xffff;
326 prop_dictionary_set_uint64(dict, "ioend", ioend);
ofw_autoconf.c 283 int iostart, ioend; local in function:ofw_device_register
291 ioend = 0;
298 ioend = 0xffff;
326 prop_dictionary_set_uint64(dict, "ioend", ioend);
ofw_autoconf.c 283 int iostart, ioend; local in function:ofw_device_register
291 ioend = 0;
298 ioend = 0xffff;
326 prop_dictionary_set_uint64(dict, "ioend", ioend);
  /src/sys/arch/hppa/dev/
elroy.c 379 bus_addr_t iostart, ioend; local in function:elroy_ioalloc
382 ioend = iostart + ~htole32(r->io_mask) + 1;
383 if (rstart < iostart || rend > ioend)
elroy.c 379 bus_addr_t iostart, ioend; local in function:elroy_ioalloc
382 ioend = iostart + ~htole32(r->io_mask) + 1;
383 if (rstart < iostart || rend > ioend)
elroy.c 379 bus_addr_t iostart, ioend; local in function:elroy_ioalloc
382 ioend = iostart + ~htole32(r->io_mask) + 1;
383 if (rstart < iostart || rend > ioend)
  /src/sys/dev/pci/
pci_resource.c 522 uint64_t iostart, ioend; local in function:pci_resource_scan_bridge
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);
pci_resource.c 522 uint64_t iostart, ioend; local in function:pci_resource_scan_bridge
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);
pci_resource.c 522 uint64_t iostart, ioend; local in function:pci_resource_scan_bridge
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);

Completed in 46 milliseconds