Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/clk/
H A Da37x0_sb_periph_clk_driver.c50 CLK_MDD("gbe_50", 0, 6, 1, DIV_SEL2, DIV_SEL2, 6, 9,
52 CLK_MDD("gbe_core", 1, 8, 5, DIV_SEL1, DIV_SEL1, 18, 21,
54 CLK_MDD("gbe_125", 2, 10, 3, DIV_SEL1, DIV_SEL1, 6, 9,
H A Dperiph.h177 #define CLK_MDD(_name, _id, _tbg_mux_shift, _clk_mux_shift, _div1_reg, \ macro
181 .type = CLK_MDD, \
356 CLK_MDD, enumerator
H A Da37x0_periph_clk_driver.c144 case CLK_MDD: in a37x0_periph_clk_attach()