Searched refs:nvram_types (Results 1 – 3 of 3) sorted by relevance
1601 u32 *nvram_types) in efx_new_mcdi_nvram_types() argument1698 if (!nvram_types) in efx_new_mcdi_nvram_test_all()1701 rc = efx_new_mcdi_nvram_types(efx, &number, nvram_types); in efx_new_mcdi_nvram_test_all()1710 nvram_types[i] == NVRAM_PARTITION_TYPE_DYNAMIC_CONFIG) in efx_new_mcdi_nvram_test_all()1713 rc = efx_mcdi_nvram_test(efx, nvram_types[i]); in efx_new_mcdi_nvram_test_all()1719 kfree(nvram_types); in efx_new_mcdi_nvram_test_all()1725 u32 nvram_types; in efx_mcdi_nvram_test_all() local1729 rc = efx_mcdi_nvram_types(efx, &nvram_types); in efx_mcdi_nvram_test_all()1734 while (nvram_types != 0) { in efx_mcdi_nvram_test_all()1735 if (nvram_types & 1) { in efx_mcdi_nvram_test_all()[all …]
915 u32 nvram_types; in siena_mtd_probe() local922 rc = efx_siena_mcdi_nvram_types(efx, &nvram_types); in siena_mtd_probe()926 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL); in siena_mtd_probe()933 while (nvram_types != 0) { in siena_mtd_probe()934 if (nvram_types & 1) { in siena_mtd_probe()943 nvram_types >>= 1; in siena_mtd_probe()
1684 u32 nvram_types; in efx_siena_mcdi_nvram_test_all() local1688 rc = efx_siena_mcdi_nvram_types(efx, &nvram_types); in efx_siena_mcdi_nvram_test_all()1693 while (nvram_types != 0) { in efx_siena_mcdi_nvram_test_all()1694 if (nvram_types & 1) { in efx_siena_mcdi_nvram_test_all()1700 nvram_types >>= 1; in efx_siena_mcdi_nvram_test_all()