Lines Matching full:mapped
104 .mapped = false, in siba_alloc_dinfo()
176 dinfo->intr.mapped = false; in siba_register_interrupts()
188 dinfo->intr.mapped = true; in siba_register_interrupts()
206 /* The first addrspace is always mapped to device0; the remainder in siba_addrspace_device_port()
207 * are mapped to device1 */ in siba_addrspace_device_port()
223 /* The first addrspace is always mapped to device0.0; the remainder in siba_addrspace_device_region()
224 * are mapped to device1.0 + (n - 1) */ in siba_addrspace_device_region()
325 /* The first address space, if any, is mapped to device0.0 */ in siba_port_region_count()
329 /* All remaining address spaces are mapped to device0.(n - 1) */ in siba_port_region_count()
336 /* All config blocks are mapped to a single port */ in siba_port_region_count()
368 * @retval ENOENT if the given type/port/region cannot be mapped to a
375 /* Config blocks are mapped to agent ports */ in siba_cfg_index()
441 * @retval ENOENT if the given type/port/region cannot be mapped to a
567 /* Free all mapped configuration blocks */ in siba_free_dinfo()
580 if (dinfo->core_id.intr_en && dinfo->intr.mapped) { in siba_free_dinfo()
582 dinfo->intr.mapped = false; in siba_free_dinfo()
706 * @retval ENODEV if SIBA_CFG0 is not mapped by @p dinfo.