statlen           977 drivers/mmc/host/mmc_spi.c 		const unsigned	statlen = sizeof(scratch->status);
statlen           990 drivers/mmc/host/mmc_spi.c 		memset(scratch->status, 0xff, statlen);
statlen           995 drivers/mmc/host/mmc_spi.c 		host->early_status.len = statlen;
statlen          1019 drivers/mmc/host/mmc_spi.c 		for (tmp = 2; tmp < statlen; tmp++) {
statlen           618 drivers/of/base.c 	int statlen;
statlen           623 drivers/of/base.c 	status = __of_get_property(device, "status", &statlen);
statlen           627 drivers/of/base.c 	if (statlen > 0) {