Home
last modified time | relevance | path

Searched refs:section_len (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c1604 int section_len = 0; in ol_ath_get_reg_table() local
1608 return section_len; in ol_ath_get_reg_table()
1613 return section_len; in ol_ath_get_reg_table()
1619 section_len = AR6320_REV2_1_REG_SIZE; in ol_ath_get_reg_table()
1627 section_len = AR6320_REV3_REG_SIZE; in ol_ath_get_reg_table()
1632 section_len = 0; in ol_ath_get_reg_table()
1635 return section_len; in ol_ath_get_reg_table()
1641 int i, len, section_len, fill_len; in ol_diag_read_reg_loc() local
1651 section_len = ol_ath_get_reg_table(scn, target_version, &reg_table); in ol_diag_read_reg_loc()
1653 if (!reg_table.section || !reg_table.section_size || !section_len) { in ol_diag_read_reg_loc()
[all …]