Lines Matching defs:fixed_io
501 &res->data.fixed_io);
791 struct acpi_resource_fixed_io *fixed_io = &resource->data.fixed_io;
794 fixed_io->address = p->start;
795 fixed_io->address_length = resource_size(p);
797 fixed_io->address = 0;
798 fixed_io->address_length = 0;
801 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address,
802 fixed_io->address + fixed_io->address_length - 1);