Searched refs:RES_COUNT (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/sh64/mach-harp/ |
D | setup.c | 34 #define RES_COUNT(res) ((sizeof((res))/sizeof(struct resource))) macro 99 .io_res_count = RES_COUNT(io_resources), 101 .kram_res_count = RES_COUNT(kram_resources), 103 .xram_res_count = RES_COUNT(xram_resources), 105 .rom_res_count = RES_COUNT(rom_resources),
|
/linux-2.4.37.9/arch/sh64/mach-sim/ |
D | setup.c | 57 #define RES_COUNT(res) ((sizeof((res))/sizeof(struct resource))) macro 124 .io_res_count = RES_COUNT(io_resources), 126 .kram_res_count = RES_COUNT(kram_resources), 128 .xram_res_count = RES_COUNT(xram_resources), 130 .rom_res_count = RES_COUNT(rom_resources),
|
/linux-2.4.37.9/arch/sh64/mach-cayman/ |
D | setup.c | 36 #define RES_COUNT(res) ((sizeof((res))/sizeof(struct resource))) macro 128 .io_res_count = RES_COUNT(io_resources), 130 .kram_res_count = RES_COUNT(kram_resources), 132 .xram_res_count = RES_COUNT(xram_resources), 134 .rom_res_count = RES_COUNT(rom_resources),
|