Searched refs:section_len (Results 1 – 1 of 1) sorted by relevance
1604 int section_len = 0; in ol_ath_get_reg_table() local1608 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() local1651 section_len = ol_ath_get_reg_table(scn, target_version, ®_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 …]