Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/clk/
H A Da37x0_nb_periph_clk_driver.c81 CLK_FULL("setm_tmx", 5, 10, 10, 5, DIV_SEL1, 18,
96 CLK_FULL("trace", 13, 22, 18, 12, DIV_SEL0, 20,
99 CLK_FULL("counter", 14, 23, 20, 13, DIV_SEL0, 23,
H A Dperiph.h101 #define CLK_FULL(_name, _id, _gate_shift, _tbg_mux_shift, \ macro
105 .type = CLK_FULL, \
346 CLK_FULL, enumerator
H A Da37x0_periph_clk_driver.c109 case CLK_FULL: in a37x0_periph_clk_attach()