Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dmmc_spi.c963 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
976 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
981 host->early_status.len = statlen; in mmc_spi_data_do()
1005 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/linux-6.3-rc2/drivers/of/
A Dbase.c615 int statlen; in __of_device_is_available() local
620 status = __of_get_property(device, "status", &statlen); in __of_device_is_available()
624 if (statlen > 0) { in __of_device_is_available()

Completed in 8 milliseconds