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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsetup.c348 #define PRINT_CLOCK(name, value) \ macro
352 PRINT_CLOCK("cpu", boot_cpu_data.cpu_clock);
353 PRINT_CLOCK("bus", boot_cpu_data.bus_clock);
354 PRINT_CLOCK("module", boot_cpu_data.module_clock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup.c342 #define PRINT_CLOCK(name, value) \ macro
346 PRINT_CLOCK("CPU", (int)c->cpu_clock);
347 PRINT_CLOCK("Bus", (int)c->bus_clock);
H A Dsmpboot.c565 #define PRINT_CLOCK(name, value) \ macro
569 PRINT_CLOCK("CPU", (int)ci->cpu_clock);
570 PRINT_CLOCK(", Bus", (int)ci->bus_clock);

Completed in 105 milliseconds