Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dof_access.c232 int statlen; in of_device_is_available() local
237 status = of_get_property(device, "status", &statlen); in of_device_is_available()
241 if (statlen > 0) { in of_device_is_available()
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c853 const unsigned statlen = sizeof(scratch->status); in mmc_spi_data_do() local
866 memset(scratch->status, 0xff, statlen); in mmc_spi_data_do()
870 host->early_status.len = statlen; in mmc_spi_data_do()
883 for (tmp = 2; tmp < statlen; tmp++) { in mmc_spi_data_do()
/openbmc/linux/drivers/of/
H A Dbase.c429 int statlen; in __of_device_is_available() local
434 status = __of_get_property(device, "status", &statlen); in __of_device_is_available()
438 if (statlen > 0) { in __of_device_is_available()