Searched refs:standard_io_resources (Results 1 – 3 of 3) sorted by relevance
33 static struct resource standard_io_resources[] = { variable227 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in plat_mem_setup()228 request_resource(&ioport_resource, standard_io_resources+i); in plat_mem_setup()
231 static struct resource standard_io_resources[] = { in reserve_std_resources() local255 standard_io_resources[0].start = RTC_PORT(0); in reserve_std_resources()256 standard_io_resources[0].end = RTC_PORT(0) + 0x0f; in reserve_std_resources()258 for (i = 0; i < ARRAY_SIZE(standard_io_resources); ++i) in reserve_std_resources()259 request_resource(io, standard_io_resources+i); in reserve_std_resources()
546 static struct resource standard_io_resources[] = { variable574 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in reserve_standard_io_resources()575 request_resource(&ioport_resource, &standard_io_resources[i]); in reserve_standard_io_resources()