Searched refs:CAN_CLK_CTRL1 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | a9-peripherals.c | 46 #define CAN_CLK_CTRL1 0x198 macro 653 static A9_COMP_SEL(can0_filter, CAN_CLK_CTRL1, 9, 0x7, a9_can_filter_parents, NULL); 654 static A9_COMP_DIV(can0_filter, CAN_CLK_CTRL1, 0, 7); 655 static A9_COMP_GATE(can0_filter, CAN_CLK_CTRL1, 8, 0); 657 static A9_COMP_SEL(can1_filter, CAN_CLK_CTRL1, 25, 0x7, a9_can_filter_parents, NULL); 658 static A9_COMP_DIV(can1_filter, CAN_CLK_CTRL1, 16, 7); 659 static A9_COMP_GATE(can1_filter, CAN_CLK_CTRL1, 24, 0);
|