OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WL1271_INI_SUB_BAND_COUNT_5
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/mac80211/ti-utils/
ini.h
133
#define
WL1271_INI_SUB_BAND_COUNT_5
7
136
unsigned char rx_trace_insertion_loss[
WL1271_INI_SUB_BAND_COUNT_5
];
137
unsigned char tx_trace_loss[
WL1271_INI_SUB_BAND_COUNT_5
];
143
unsigned char rx_trace_insertion_loss[
WL1271_INI_SUB_BAND_COUNT_5
];
150
__le16 tx_bip_ref_pd_voltage[
WL1271_INI_SUB_BAND_COUNT_5
];
151
unsigned char tx_bip_ref_power[
WL1271_INI_SUB_BAND_COUNT_5
];
152
unsigned char tx_bip_ref_offset[
WL1271_INI_SUB_BAND_COUNT_5
];
162
unsigned char rx_fem_insertion_loss[
WL1271_INI_SUB_BAND_COUNT_5
];
168
__le16 tx_bip_ref_pd_voltage[
WL1271_INI_SUB_BAND_COUNT_5
];
169
unsigned char tx_bip_ref_power[
WL1271_INI_SUB_BAND_COUNT_5
];
[
all
...]
ini.c
669
gp->tx_bip_ref_pd_voltage,
WL1271_INI_SUB_BAND_COUNT_5
);
672
gp->tx_bip_ref_power,
WL1271_INI_SUB_BAND_COUNT_5
);
675
gp->tx_bip_ref_offset,
WL1271_INI_SUB_BAND_COUNT_5
);
708
gp->rx_fem_insertion_loss,
WL1271_INI_SUB_BAND_COUNT_5
);
726
gp->tx_bip_ref_pd_voltage,
WL1271_INI_SUB_BAND_COUNT_5
);
729
gp->tx_bip_ref_power,
WL1271_INI_SUB_BAND_COUNT_5
);
732
gp->tx_bip_ref_offset,
WL1271_INI_SUB_BAND_COUNT_5
);
766
WL1271_INI_SUB_BAND_COUNT_5
* WL128X_INI_PD_VS_TEMPERATURE_RANGES);
773
gp->rx_fem_insertion_loss,
WL1271_INI_SUB_BAND_COUNT_5
);
982
for (i = 0; i <
WL1271_INI_SUB_BAND_COUNT_5
; i++
[
all
...]
Completed in 24 milliseconds