Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dmmc_spi.c993 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
1006 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
1011 host->early_status.len = statlen; in mmc_spi_data_do()
1035 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/Linux-v4.19/drivers/of/
Dbase.c565 int statlen; in __of_device_is_available() local
570 status = __of_get_property(device, "status", &statlen); in __of_device_is_available()
574 if (statlen > 0) { in __of_device_is_available()