Searched refs:standard_io_resources (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-setup.c42 static struct resource standard_io_resources[] = { variable in typeref:struct:resource
259 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) plat_mem_setup()
260 request_resource(&ioport_resource, standard_io_resources+i); plat_mem_setup()
/linux-4.1.27/arch/alpha/kernel/
H A Dsetup.c230 static struct resource standard_io_resources[] = { reserve_std_resources() local
254 standard_io_resources[0].start = RTC_PORT(0); reserve_std_resources()
255 standard_io_resources[0].end = RTC_PORT(0) + 0x10; reserve_std_resources()
257 for (i = 0; i < ARRAY_SIZE(standard_io_resources); ++i) reserve_std_resources()
258 request_resource(io, standard_io_resources+i); reserve_std_resources()
/linux-4.1.27/arch/x86/kernel/
H A Dsetup.c636 static struct resource standard_io_resources[] = { variable in typeref:struct:resource
664 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) reserve_standard_io_resources()
665 request_resource(&ioport_resource, &standard_io_resources[i]); reserve_standard_io_resources()

Completed in 110 milliseconds