qcacld-3.0: update FW common interface files
FW common files needs to be in sync with host and fw. Update host fw common interface files with latest version of FW interface files. Change-Id: Id4585fbbfaeba186075ecc54b35024315d6e0b68 CRs-Fixed: 1012542
This commit is contained in:

committed by
Nandini Suresh

parent
f82ed071d0
commit
55b8dafb91
@@ -83,9 +83,15 @@ struct pcie_state_s {
|
||||
/*
|
||||
* PCIE_CONFIG_FLAG definitions
|
||||
*/
|
||||
#define PCIE_CONFIG_FLAG_ENABLE_L1 0x0000001
|
||||
#if defined(AR900B)
|
||||
#define PCIE_CONFIG_FLAG_ENABLE_L1 0x0000001
|
||||
#define CE_PKTLOG_PIPE 8 /* used by both host and target side */
|
||||
#endif
|
||||
|
||||
#define PCIE_CONFIG_FLAG_CLK_GATING_L1 0x0000001
|
||||
#define PCIE_CONFIG_FLAG_CLK_SWITCH_WAIT 0x0000002
|
||||
#define PCIE_CONFIG_FLAG_AXI_CLK_GATE 0x0000004
|
||||
#define PCIE_CONFIG_FLAG_CLK_REQ_L1 0x0000008
|
||||
|
||||
#define PIPE_TO_CE_MAP_CNT 32 /* simple implementation constant */
|
||||
|
||||
|
Reference in New Issue
Block a user