Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/at91/
H A Dat91pmc.c55 uint64_t mclk, pllaclk, pllbclk, pclk, mstclk; in at91pmc_get_clocks() local
107 mstclk = pclk / (((reg & PMC_MCKR_MDIV) >> PMC_MCKR_MDIV_SHIFT) + 1); in at91pmc_get_clocks()
112 clocks->master = mstclk; in at91pmc_get_clocks()
H A Dat91dbgureg.h186 #define DBGU_INIT(mstclk, speed) do { \ argument
188 DBGUREG(DBGU_BRGR) = ((mstclk) / 16 + (speed) / 2) / (speed); \
H A Dat91usartvar.h98 int at91usart_cn_attach(bus_space_tag_t, bus_addr_t, bus_space_handle_t, uint32_t mstclk, int, tcfl…
H A Dat91usart.c871 uint32_t mstclk, int ospeed, tcflag_t cflag) in at91usart_cn_attach() argument
883 USART_INIT(mstclk, ospeed); in at91usart_cn_attach()