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

/linux-master/drivers/mtd/devices/
H A Dpmc551.c139 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
150 eoff_hi = end & ~(priv->asize - 1);
157 if (soff_hi == eoff_hi || mtd->size == priv->asize) {
164 while (soff_hi != eoff_hi) {
167 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi);
228 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
240 eoff_hi = end & ~(priv->asize - 1);
245 if (soff_hi == eoff_hi) {
253 while (soff_hi != eoff_hi) {
284 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ local
[all...]

Completed in 208 milliseconds