Searched refs:PCIE_TL_CLK_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | a9-peripherals.c | 34 #define PCIE_TL_CLK_CTRL 0x164 macro 329 static A9_COMP_SEL(pcie0_tl, PCIE_TL_CLK_CTRL, 9, 0x7, a9_pcie_tl_parents, NULL); 330 static A9_COMP_DIV(pcie0_tl, PCIE_TL_CLK_CTRL, 0, 7); 331 static A9_COMP_GATE(pcie0_tl, PCIE_TL_CLK_CTRL, 8, 0); 333 static A9_COMP_SEL(pcie1_tl, PCIE_TL_CLK_CTRL, 25, 0x7, a9_pcie_tl_parents, NULL); 334 static A9_COMP_DIV(pcie1_tl, PCIE_TL_CLK_CTRL, 16, 7); 335 static A9_COMP_GATE(pcie1_tl, PCIE_TL_CLK_CTRL, 24, 0);
|