Searched refs:arraylen (Results 1 – 9 of 9) sorted by relevance
161 const u32 arraylen = ARRAY_SIZE(array_agc_tab_1t_8188e); in set_baseband_agc_config() local164 for (i = 0; i < arraylen; i += 2) { in set_baseband_agc_config()396 const u32 arraylen = ARRAY_SIZE(array_phy_reg_1t_8188e); in set_baseband_phy_config() local399 for (i = 0; i < arraylen; i += 2) { in set_baseband_phy_config()580 const u32 arraylen = ARRAY_SIZE(array_phy_reg_pg_8188e); in config_bb_with_pgheader() local583 for (i = 0; i < arraylen; i += 3) { in config_bb_with_pgheader()
424 static void handle_branch1(struct ieee80211_hw *hw, u16 arraylen, in handle_branch1() argument431 for (i = 0; i < arraylen; i = i + 2) { in handle_branch1()438 if (i >= arraylen - 2) in handle_branch1()446 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1()455 v2 != 0xCDCD && i < arraylen - 2) { in handle_branch1()460 while (v2 != 0xDEAD && i < arraylen - 2) in handle_branch1()467 static void handle_branch2(struct ieee80211_hw *hw, u16 arraylen, in handle_branch2() argument475 for (i = 0; i < arraylen; i = i + 2) { in handle_branch2()485 if (i >= arraylen - 2) in handle_branch2()493 v2 != 0xCDCD && i < arraylen - 2) in handle_branch2()[all …]
319 int arraylen = befs_iaddrs_per_block(sb); in befs_find_brun_indirect() local338 for (j = 0; j < arraylen; ++j) { in befs_find_brun_indirect()355 j + (i * arraylen)); in befs_find_brun_indirect()
525 u16 arraylen; in _rtl8723be_phy_config_bb_with_headerfile() local530 arraylen = RTL8723BEPHY_REG_1TARRAYLEN; in _rtl8723be_phy_config_bb_with_headerfile()533 for (i = 0; i < arraylen; i = i + 2) { in _rtl8723be_phy_config_bb_with_headerfile()540 if (i >= arraylen - 2) in _rtl8723be_phy_config_bb_with_headerfile()552 i < arraylen - 2) { in _rtl8723be_phy_config_bb_with_headerfile()564 i < arraylen - 2) { in _rtl8723be_phy_config_bb_with_headerfile()570 while (v2 != 0xDEAD && i < arraylen - 2) in _rtl8723be_phy_config_bb_with_headerfile()576 arraylen = RTL8723BEAGCTAB_1TARRAYLEN; in _rtl8723be_phy_config_bb_with_headerfile()579 for (i = 0; i < arraylen; i = i + 2) { in _rtl8723be_phy_config_bb_with_headerfile()590 if (i >= arraylen - 2) in _rtl8723be_phy_config_bb_with_headerfile()[all …]
1762 u16 arraylen; in _rtl8821ae_phy_config_bb_with_headerfile() local1767 arraylen = RTL8812AEPHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()1770 arraylen = RTL8821AEPHY_REG_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()1774 for (i = 0; i < arraylen; i += 2) { in _rtl8821ae_phy_config_bb_with_headerfile()1787 i < arraylen - 2) { in _rtl8821ae_phy_config_bb_with_headerfile()1798 i < arraylen - 2) { in _rtl8821ae_phy_config_bb_with_headerfile()1806 i < arraylen - 2) { in _rtl8821ae_phy_config_bb_with_headerfile()1815 arraylen = RTL8812AEAGCTAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()1818 arraylen = RTL8821AEAGCTAB_1TARRAYLEN; in _rtl8821ae_phy_config_bb_with_headerfile()1822 for (i = 0; i < arraylen; i = i + 2) { in _rtl8821ae_phy_config_bb_with_headerfile()[all …]
251 len = fmtf->size / fmtf->arraylen; in add_tracepoint_field_value()252 n_items = fmtf->arraylen; in add_tracepoint_field_value()714 type = bt_ctf_field_type_array_create(type, field->arraylen); in add_tracepoint_fields_types()
274 list = PyList_New(field->arraylen); in get_field_numeric_entry()275 item_size = field->size / field->arraylen; in get_field_numeric_entry()276 n_items = field->arraylen; in get_field_numeric_entry()
197 unsigned int arraylen; member
1472 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()1474 field->arraylen = 0; in event_read_fields()1496 field->arraylen = strtoul(token, NULL, 0); in event_read_fields()1622 if (field->arraylen) in event_read_fields()1623 field->elementsize = field->size / field->arraylen; in event_read_fields()