Searched refs:mstclk (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/arm/at91/ |
H A D | at91pmc.c | 55 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 D | at91dbgureg.h | 186 #define DBGU_INIT(mstclk, speed) do { \ argument 188 DBGUREG(DBGU_BRGR) = ((mstclk) / 16 + (speed) / 2) / (speed); \
|
H A D | at91usartvar.h | 98 int at91usart_cn_attach(bus_space_tag_t, bus_addr_t, bus_space_handle_t, uint32_t mstclk, int, tcfl…
|
H A D | at91usart.c | 871 uint32_t mstclk, int ospeed, tcflag_t cflag) in at91usart_cn_attach() argument 883 USART_INIT(mstclk, ospeed); in at91usart_cn_attach()
|