Lines Matching refs:fixed_io
500 &res->data.fixed_io);
790 struct acpi_resource_fixed_io *fixed_io = &resource->data.fixed_io;
793 fixed_io->address = p->start;
794 fixed_io->address_length = resource_size(p);
796 fixed_io->address = 0;
797 fixed_io->address_length = 0;
800 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address,
801 fixed_io->address + fixed_io->address_length - 1);