Searched refs:nvram_types (Results 1 – 2 of 2) sorted by relevance
908 u32 nvram_types; in siena_mtd_probe() local915 rc = efx_mcdi_nvram_types(efx, &nvram_types); in siena_mtd_probe()919 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL); in siena_mtd_probe()926 while (nvram_types != 0) { in siena_mtd_probe()927 if (nvram_types & 1) { in siena_mtd_probe()936 nvram_types >>= 1; in siena_mtd_probe()
1677 u32 nvram_types; in efx_mcdi_nvram_test_all() local1681 rc = efx_mcdi_nvram_types(efx, &nvram_types); in efx_mcdi_nvram_test_all()1686 while (nvram_types != 0) { in efx_mcdi_nvram_test_all()1687 if (nvram_types & 1) { in efx_mcdi_nvram_test_all()1693 nvram_types >>= 1; in efx_mcdi_nvram_test_all()