Searched refs:CVE_CLK_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | a9-peripherals.c | 40 #define CVE_CLK_CTRL 0x180 macro 443 static A9_COMP_SEL(cve, CVE_CLK_CTRL, 9, 0x7, a9_cve_vge_parents, NULL); 444 static A9_COMP_DIV(cve, CVE_CLK_CTRL, 0, 7); 445 static A9_COMP_GATE(cve, CVE_CLK_CTRL, 8, 0); 447 static A9_COMP_SEL(vge, CVE_CLK_CTRL, 25, 0x7, a9_cve_vge_parents, NULL); 448 static A9_COMP_DIV(vge, CVE_CLK_CTRL, 16, 7); 449 static A9_COMP_GATE(vge, CVE_CLK_CTRL, 24, 0);
|