Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Dmmc_spi.c851 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
864 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
868 host->early_status.len = statlen; in mmc_spi_data_do()
881 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/drivers/of/
A Dbase.c441 int statlen; in __of_device_is_status() local
446 status = __of_get_property(device, "status", &statlen); in __of_device_is_status()
450 if (statlen > 0) { in __of_device_is_status()

Completed in 9 milliseconds