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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dbase.c256 int statlen; local
258 status = of_get_property(device, "status", &statlen);
262 if (statlen > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c996 const unsigned statlen = sizeof(scratch->status); local
1009 memset(scratch->status, 0xff, statlen);
1014 host->early_status.len = statlen;
1038 for (tmp = 2; tmp < statlen; tmp++) {

Completed in 57 milliseconds