Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c76 u_int mod_rate; /* module clock rate */ member
86 .mod_rate = 300*1000*1000,
90 .mod_rate = 300*1000*1000,
94 .mod_rate = 50*1000*1000,
387 u_int mod_rate; in sun8i_crypto_attach() local
436 mod_rate = sc->sc_cfg->mod_rate; in sun8i_crypto_attach()
442 if (clk_set_rate(clk, mod_rate) != 0) { in sun8i_crypto_attach()
444 mod_rate / (1000 * 1000)); in sun8i_crypto_attach()