Searched refs:nvram_types (Results 1 – 2 of 2) sorted by relevance
905 u32 nvram_types; in siena_mtd_probe() local912 rc = efx_mcdi_nvram_types(efx, &nvram_types); in siena_mtd_probe()916 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL); in siena_mtd_probe()923 while (nvram_types != 0) { in siena_mtd_probe()924 if (nvram_types & 1) { in siena_mtd_probe()933 nvram_types >>= 1; in siena_mtd_probe()
1674 u32 nvram_types; in efx_mcdi_nvram_test_all() local1678 rc = efx_mcdi_nvram_types(efx, &nvram_types); in efx_mcdi_nvram_test_all()1683 while (nvram_types != 0) { in efx_mcdi_nvram_test_all()1684 if (nvram_types & 1) { in efx_mcdi_nvram_test_all()1690 nvram_types >>= 1; in efx_mcdi_nvram_test_all()