Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/alchemy/dev/
Dauspi.c199 #define BASECLK 24000000 in auspi_configure() macro
201 if (speed >= (BASECLK / ((brg + 1) * 2))) { in auspi_configure()
212 if (speed < (BASECLK / ((brg + 1) * 2))) { in auspi_configure()