Searched refs:standard_io_resources (Results 1 – 3 of 3) sorted by relevance
46 static struct resource standard_io_resources[] = { variable242 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in plat_mem_setup()243 request_resource(&ioport_resource, standard_io_resources+i); in plat_mem_setup()
232 static struct resource standard_io_resources[] = { in reserve_std_resources() local256 standard_io_resources[0].start = RTC_PORT(0); in reserve_std_resources()257 standard_io_resources[0].end = RTC_PORT(0) + 0x10; in reserve_std_resources()259 for (i = 0; i < ARRAY_SIZE(standard_io_resources); ++i) in reserve_std_resources()260 request_resource(io, standard_io_resources+i); in reserve_std_resources()
596 static struct resource standard_io_resources[] = { variable624 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in reserve_standard_io_resources()625 request_resource(&ioport_resource, &standard_io_resources[i]); in reserve_standard_io_resources()