Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_power_on_driver_binder.sh35 arraylength=${#DRIVER_NAMEs[@]}
38 for (( i=0; i<"${arraylength}"; i++ ));
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_driver_binder.sh14 arraylength=${#DRIVER_NAMEs[@]}
18 for (( i=0; i<"${arraylength}"; i++ ));
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c144 u32 arraylength; in _rtl92c_phy_config_mac_with_headerfile() local
148 arraylength = MAC_2T_ARRAYLENGTH; in _rtl92c_phy_config_mac_with_headerfile()
151 for (i = 0; i < arraylength; i = i + 2) in _rtl92c_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c121 u32 arraylength; in _rtl92cu_phy_config_mac_with_headerfile() local
125 arraylength = rtlphy->hwparam_tables[MAC_REG].length ; in _rtl92cu_phy_config_mac_with_headerfile()
128 for (i = 0; i < arraylength; i = i + 2) in _rtl92cu_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c993 u32 arraylength; in rtl92s_phy_mac_config() local
996 arraylength = MAC_2T_ARRAYLENGTH; in rtl92s_phy_mac_config()
999 for (i = 0; i < arraylength; i = i + 2) in rtl92s_phy_mac_config()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c226 u32 arraylength; in _rtl8723e_phy_config_mac_with_headerfile() local
230 arraylength = RTL8723E_MACARRAYLENGTH; in _rtl8723e_phy_config_mac_with_headerfile()
235 for (i = 0; i < arraylength; i = i + 2) in _rtl8723e_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c369 u32 arraylength; in _rtl88e_phy_config_mac_with_headerfile() local
373 arraylength = RTL8188EEMAC_1T_ARRAYLEN; in _rtl88e_phy_config_mac_with_headerfile()
376 "Img:RTL8188EEMAC_1T_ARRAY LEN %d\n", arraylength); in _rtl88e_phy_config_mac_with_headerfile()
377 for (i = 0; i < arraylength; i = i + 2) in _rtl88e_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c647 u32 arraylength; in _rtl92ee_phy_config_mac_with_headerfile() local
651 arraylength = RTL8192EE_MAC_ARRAY_LEN; in _rtl92ee_phy_config_mac_with_headerfile()
654 "Img:RTL8192EE_MAC_ARRAY LEN %d\n", arraylength); in _rtl92ee_phy_config_mac_with_headerfile()
655 for (i = 0; i < arraylength; i = i + 2) in _rtl92ee_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1887 u32 arraylength; in _rtl8821ae_phy_config_mac_with_headerfile() local
1892 arraylength = RTL8821AE_MAC_1T_ARRAYLEN; in _rtl8821ae_phy_config_mac_with_headerfile()
1895 arraylength = RTL8812AE_MAC_1T_ARRAYLEN; in _rtl8821ae_phy_config_mac_with_headerfile()
1899 "Img: MAC_REG_ARRAY LEN %d\n", arraylength); in _rtl8821ae_phy_config_mac_with_headerfile()
1902 ptrarray, arraylength, rtl_write_byte_with_val32); in _rtl8821ae_phy_config_mac_with_headerfile()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c355 u32 arraylength; in rtl92d_phy_mac_config() local
359 arraylength = MAC_2T_ARRAYLENGTH; in rtl92d_phy_mac_config()
362 for (i = 0; i < arraylength; i = i + 2) in rtl92d_phy_mac_config()