Searched refs:freqbuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ofisa/
H A Dcom_ofisa.c99 char freqbuf[4]; local
135 OF_getprop(aa->oba.oba_phandle, "clock-frequency", freqbuf,
136 sizeof freqbuf) != 4)
139 freq = of_decode_int(&freqbuf[0]);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c675 char freqbuf[10]; local
678 snprintf(freqbuf, sizeof(freqbuf), "%u.%02u GHz",
682 snprintf(freqbuf, sizeof(freqbuf), "%u MHz", freq32);
691 freqbuf, socname(svr), (SVR_SECURITY_P(svr) ? "E" : ""),

Completed in 57 milliseconds