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
Šī revīzija ir iekļauta:
Houston Hoffman
2016-05-06 17:08:39 -07:00
revīziju iesūtīja Gerrit - the friendly Code Review server
vecāks 9348186afb
revīzija c3c6bc1e5c
17 mainīti faili ar 2878 papildinājumiem un 646 dzēšanām

Parādīt failu

@@ -54,7 +54,7 @@ typedef void *hif_handle_t;
#define HIF_TYPE_AR6320 7
#define HIF_TYPE_AR6320V2 8
/* For attaching Peregrine 2.0 board host_reg_tbl only */
#define HIF_TYPE_AR9888V2 8
#define HIF_TYPE_AR9888V2 9
#define HIF_TYPE_ADRASTEA 10
#define HIF_TYPE_AR900B 11
#define HIF_TYPE_QCA9984 12
@@ -73,17 +73,17 @@ typedef void *hif_handle_t;
#define TARGET_TYPE_AR6320 8
#define TARGET_TYPE_AR900B 9
/* For attach Peregrine 2.0 board target_reg_tbl only */
#define TARGET_TYPE_AR9888V2 10
#define TARGET_TYPE_AR9888V2 13
/* For attach Rome1.0 target_reg_tbl only*/
#define TARGET_TYPE_AR6320V1 11
#define TARGET_TYPE_AR6320V1 14
/* For Rome2.0/2.1 target_reg_tbl ID*/
#define TARGET_TYPE_AR6320V2 12
#define TARGET_TYPE_AR6320V2 15
/* For Rome3.0 target_reg_tbl ID*/
#define TARGET_TYPE_AR6320V3 13
#define TARGET_TYPE_AR6320V3 16
/* For Tufello1.0 target_reg_tbl ID*/
#define TARGET_TYPE_QCA9377V1 14
#define TARGET_TYPE_QCA9377V1 17
/* For Adrastea target */
#define TARGET_TYPE_ADRASTEA 16
#define TARGET_TYPE_ADRASTEA 19
struct CE_state;
#define CE_COUNT_MAX 12