Searched refs:standard_io_resources (Results 1 – 3 of 3) sorted by relevance
33 static struct resource standard_io_resources[] = { variable213 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in plat_mem_setup()214 request_resource(&ioport_resource, standard_io_resources+i); in plat_mem_setup()
226 static struct resource standard_io_resources[] = { in reserve_std_resources() local250 standard_io_resources[0].start = RTC_PORT(0); in reserve_std_resources()251 standard_io_resources[0].end = RTC_PORT(0) + 0x0f; in reserve_std_resources()253 for (i = 0; i < ARRAY_SIZE(standard_io_resources); ++i) in reserve_std_resources()254 request_resource(io, standard_io_resources+i); in reserve_std_resources()
543 static struct resource standard_io_resources[] = { variable571 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in reserve_standard_io_resources()572 request_resource(&ioport_resource, &standard_io_resources[i]); in reserve_standard_io_resources()
Completed in 10 milliseconds