Searched refs:standard_io_resources (Results 1 – 3 of 3) sorted by relevance
33 static struct resource standard_io_resources[] = { variable215 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in plat_mem_setup()216 request_resource(&ioport_resource, standard_io_resources+i); in plat_mem_setup()
497 static struct resource standard_io_resources[] = {525 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in reserve_standard_io_resources() 526 request_resource(&ioport_resource, &standard_io_resources[i]);494 static struct resource standard_io_resources[] = { global() variable
212 static struct resource standard_io_resources[] = { in reserve_std_resources() local235 for (i = 0; i < ARRAY_SIZE(standard_io_resources); ++i) in reserve_std_resources()236 request_resource(io, standard_io_resources+i); in reserve_std_resources()