Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/pci/
H A Dpci_boot.c896 uint_t io_base, io_limit, mem_base, mem_limit; in fix_ppb_res() local
1084 io_limit = pci_getb(bus, dev, func, PCI_BCNF_IO_LIMIT_LOW); in fix_ppb_res()
1086 io_limit = ((io_limit & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT) | 0xfff; in fix_ppb_res()
1093 io_limit |= (uint_t)io_limit_hi << 16; in fix_ppb_res()
1101 (io_base > io_limit) || in fix_ppb_res()
1119 io_limit = (uint_t)list->ml_address + in fix_ppb_res()
1125 io_limit) { in fix_ppb_res()
1126 io_limit = (uint_t) in fix_ppb_res()
1133 io_limit = P2ROUNDUP(io_limit, PPB_IO_ALIGNMENT) - 1; in fix_ppb_res()
1134 io_size = io_limit - io_base + 1; in fix_ppb_res()
[all …]
/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c1097 uint64_t io_limit; member
1233 ASSERT(maxphysaddr <= io_arena_params[0].io_limit); in ka_init()
1236 if (maxphysaddr >= io_arena_params[a + 1].io_limit) { in ka_init()
1237 if (maxphysaddr > io_arena_params[a + 1].io_limit) in ka_init()
1238 io_arena_params[a].io_limit = maxphysaddr; in ka_init()
1249 io_arena_params[a].io_limit; in ka_init()