1 // Copyright 2018 The Fuchsia Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 typedef enum g12a_clk_gate_idx { 6 // SYS CPU CLK 7 CLK_SYS_PLL_DIV16 = 0, 8 CLK_SYS_CPU_CLK_DIV16 = 1, 9 10 // NB: This must be the last entry 11 CLK_G12A_COUNT, 12 } g12a_clk_gate_idx_t; 13