24 lines
852 B
C
24 lines
852 B
C
|
|
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef __MSM_CLOCK_CPU_8939_H
|
|
#define __MSM_CLOCK_CPU_8939_H
|
|
|
|
#define clk_a53ssmux_lc 0x71a9377b
|
|
#define clk_a53_lc_clk 0xc69f0878
|
|
#define clk_a53ssmux_bc 0xb5983c42
|
|
#define clk_a53_bc_clk 0xcf28e63a
|
|
#define clk_a53ssmux_cci 0x15560bd5
|
|
#define clk_cci_clk 0x96854074
|
|
#endif
|