qcacmn: Add support for Regtable convergence

Add regtable definitions for chipsets AR6004,AR6320,AR900B,
      AR9888,IPQ4019,QCA9888,QCA9984

Change-Id: Ic018a1396aa36f61ead6d8607feda4711e2a2b07
Acked-by: Venkateswara Swamy Bandaru <vbandaru@codeaurora.org>
CRs-Fixed: 1009050
此提交包含在:
Houston Hoffman
2016-05-06 17:08:39 -07:00
提交者 Gerrit - the friendly Code Review server
父節點 9348186afb
當前提交 c3c6bc1e5c
共有 17 個檔案被更改,包括 2878 行新增646 行删除

40
hif/inc/hostdef.h 一般檔案
查看文件

@@ -0,0 +1,40 @@
/*
* Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all
* copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef HOSTDEFS_H_
#define HOSTDEFS_H_
#include <a_osapi.h>
#include <athdefs.h>
#include <a_types.h>
#include "host_reg_init.h"
extern struct hostdef_s *AR6002_HOSTdef;
extern struct hostdef_s *AR6003_HOSTdef;
extern struct hostdef_s *AR6004_HOSTdef;
extern struct hostdef_s *AR9888_HOSTdef;
extern struct hostdef_s *AR9888V2_HOSTdef;
extern struct hostdef_s *AR6320_HOSTdef;
extern struct hostdef_s *AR900B_HOSTdef;
extern struct hostdef_s *QCA9984_HOSTdef;
extern struct hostdef_s *QCA9888_HOSTdef;
#ifdef ATH_AHB
extern struct hostdef_s *IPQ4019_HOSTdef;
#endif
#endif