ahb.h (8beff219c528d19c66e9d2c40fa868d7e7c2e36f) | ahb.h (14854bfd9daaa20778db64f224a957c2abaab6fe) |
---|---|
1/* 2 * Copyright (c) 2016 Qualcomm Atheros, Inc. All rights reserved. 3 * Copyright (c) 2015 The Linux Foundation. All rights reserved. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 15 unchanged lines hidden (view full) --- 24 struct platform_device *pdev; 25 void __iomem *mem; 26 void __iomem *gcc_mem; 27 void __iomem *tcsr_mem; 28 29 struct clk *cmd_clk; 30 struct clk *ref_clk; 31 struct clk *rtc_clk; | 1/* 2 * Copyright (c) 2016 Qualcomm Atheros, Inc. All rights reserved. 3 * Copyright (c) 2015 The Linux Foundation. All rights reserved. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 15 unchanged lines hidden (view full) --- 24 struct platform_device *pdev; 25 void __iomem *mem; 26 void __iomem *gcc_mem; 27 void __iomem *tcsr_mem; 28 29 struct clk *cmd_clk; 30 struct clk *ref_clk; 31 struct clk *rtc_clk; |
32 33 struct reset_control *core_cold_rst; 34 struct reset_control *radio_cold_rst; 35 struct reset_control *radio_warm_rst; 36 struct reset_control *radio_srif_rst; 37 struct reset_control *cpu_init_rst; |
|
32}; 33 34#ifdef CONFIG_ATH10K_AHB 35 36int ath10k_ahb_init(void); 37void ath10k_ahb_exit(void); 38 39#else /* CONFIG_ATH10K_AHB */ --- 13 unchanged lines hidden --- | 38}; 39 40#ifdef CONFIG_ATH10K_AHB 41 42int ath10k_ahb_init(void); 43void ath10k_ahb_exit(void); 44 45#else /* CONFIG_ATH10K_AHB */ --- 13 unchanged lines hidden --- |