Home
last modified time | relevance | path

Searched refs:nvram_types (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
Dsiena.c869 u32 nvram_types; in siena_mtd_probe() local
876 rc = efx_mcdi_nvram_types(efx, &nvram_types); in siena_mtd_probe()
880 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL); in siena_mtd_probe()
887 while (nvram_types != 0) { in siena_mtd_probe()
888 if (nvram_types & 1) { in siena_mtd_probe()
897 nvram_types >>= 1; in siena_mtd_probe()
Dmcdi.c1460 u32 nvram_types; in efx_mcdi_nvram_test_all() local
1464 rc = efx_mcdi_nvram_types(efx, &nvram_types); in efx_mcdi_nvram_test_all()
1469 while (nvram_types != 0) { in efx_mcdi_nvram_test_all()
1470 if (nvram_types & 1) { in efx_mcdi_nvram_test_all()
1476 nvram_types >>= 1; in efx_mcdi_nvram_test_all()