ti_prcm.h (416ba5c74546f32a993436a99516d35008e9f384) ti_prcm.h (cb18f3f30881bc01a246c394cf1dacc89cded7b7)
1/*
2 * Copyright (c) 2010
3 * Ben Gray <ben.r.gray@gmail.com>.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 144 unchanged lines hidden (view full) ---

153 SPINLOCK0_CLK = 1600,
154
155 PRUSS_CLK = 1700,
156
157 TSC_ADC_CLK = 1800,
158
159 /* RTC module */
160 RTC_CLK = 1900,
1/*
2 * Copyright (c) 2010
3 * Ben Gray <ben.r.gray@gmail.com>.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 144 unchanged lines hidden (view full) ---

153 SPINLOCK0_CLK = 1600,
154
155 PRUSS_CLK = 1700,
156
157 TSC_ADC_CLK = 1800,
158
159 /* RTC module */
160 RTC_CLK = 1900,
161
162 /* McSPI */
163 SPI0_CLK = 2000,
164 SPI1_CLK,
161} clk_ident_t;
162
163/*
164 *
165 */
166typedef enum {
167 SYSCLK_CLK, /* System clock */
168 EXT_CLK,

--- 35 unchanged lines hidden ---
165} clk_ident_t;
166
167/*
168 *
169 */
170typedef enum {
171 SYSCLK_CLK, /* System clock */
172 EXT_CLK,

--- 35 unchanged lines hidden ---