Searched refs:CAN_CLK_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | a9-peripherals.c | 45 #define CAN_CLK_CTRL 0x194 macro 638 static A9_COMP_SEL(can0_pe, CAN_CLK_CTRL, 9, 0x7, a9_can_pe_parents, a9_can_pe_parents_val_table); 639 static A9_COMP_DIV(can0_pe, CAN_CLK_CTRL, 0, 7); 640 static A9_COMP_GATE(can0_pe, CAN_CLK_CTRL, 8, 0); 642 static A9_COMP_SEL(can1_pe, CAN_CLK_CTRL, 25, 0x7, a9_can_pe_parents, a9_can_pe_parents_val_table); 643 static A9_COMP_DIV(can1_pe, CAN_CLK_CTRL, 16, 7); 644 static A9_COMP_GATE(can1_pe, CAN_CLK_CTRL, 24, 0);
|