Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c41 int statlen; in fdt_device_is_available() local
43 status = fdt_getprop(fdt, node, "status", &statlen); in fdt_device_is_available()
47 if (statlen > 0) { in fdt_device_is_available()
/linux/drivers/mmc/host/
H 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()