Searched refs:standard_io_resources (Results 1 – 5 of 5) sorted by relevance
64 struct resource standard_io_resources[] = { variable71 #define STANDARD_IO_RESOURCES (sizeof(standard_io_resources)/sizeof(struct resource))91 request_resource(&ioport_resource, standard_io_resources+i); in malta_setup()
197 static struct resource standard_io_resources[] = { in reserve_std_resources() local221 standard_io_resources[0].start = RTC_PORT(0); in reserve_std_resources()222 standard_io_resources[0].end = RTC_PORT(0) + 0x10; in reserve_std_resources()224 for (i = 0; i < N(standard_io_resources); ++i) in reserve_std_resources()225 request_resource(io, standard_io_resources+i); in reserve_std_resources()
112 struct resource standard_io_resources[] = { variable123 #define STANDARD_IO_RESOURCES (sizeof(standard_io_resources)/sizeof(struct resource))470 request_resource(&ioport_resource, standard_io_resources+i); in setup_arch()
93 struct resource standard_io_resources[] = { variable105 #define STANDARD_IO_RESOURCES (sizeof(standard_io_resources)/sizeof(struct resource))337 request_resource(&ioport_resource, standard_io_resources+i); in setup_arch()
354 struct resource standard_io_resources[] = { variable366 #define STANDARD_IO_RESOURCES (sizeof(standard_io_resources)/sizeof(struct resource))1170 request_resource(&ioport_resource, standard_io_resources+i); in register_memory()