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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dpmc551.c108 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
129 eoff_hi = end & ~(priv->asize - 1);
137 if (soff_hi == eoff_hi || mtd->size == priv->asize) {
144 while (soff_hi != eoff_hi) {
147 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi);
221 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
243 eoff_hi = end & ~(priv->asize - 1);
249 if (soff_hi == eoff_hi) {
257 while (soff_hi != eoff_hi) {
288 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
[all...]

Completed in 48 milliseconds