Home
last modified time | relevance | path

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

/arch/mips/mti-malta/
Dmalta-setup.c48 static struct resource standard_io_resources[] = { variable
272 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in plat_mem_setup()
273 request_resource(&ioport_resource, standard_io_resources+i); in plat_mem_setup()
/arch/alpha/kernel/
Dsetup.c231 static struct resource standard_io_resources[] = { in reserve_std_resources() local
255 standard_io_resources[0].start = RTC_PORT(0); in reserve_std_resources()
256 standard_io_resources[0].end = RTC_PORT(0) + 0x10; 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()
/arch/x86/kernel/
Dsetup.c624 static struct resource standard_io_resources[] = { variable
652 for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++) in reserve_standard_io_resources()
653 request_resource(&ioport_resource, &standard_io_resources[i]); in reserve_standard_io_resources()