Searched refs:CLK_GATE (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/plat_include/imx6/platsupport/plat/
H A Dclock.h43 #define CLK_GATE(reg, index) (((reg) << 4) + (index)) macro
48 ocotp_ctrl = CLK_GATE(2, 6),
49 i2c3_serial = CLK_GATE(2, 5),
50 i2c2_serial = CLK_GATE(2, 4),
51 i2c1_serial = CLK_GATE(2, 3),
53 ipu1_ipu = CLK_GATE(3, 0),
54 ipu1_ipu_di0 = CLK_GATE(3, 1),
55 ipu1_ipu_di1 = CLK_GATE(3, 2),
56 ipu2_ipu = CLK_GATE(3, 3),
57 ipu2_ipu_di0 = CLK_GATE(
[all...]

Completed in 17 milliseconds