Searched refs:eoff_hi (Results 1 – 1 of 1) sorted by relevance
143 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_erase() local154 eoff_hi = end & ~(priv->asize - 1); in pmc551_erase()162 if (soff_hi == eoff_hi || mtd->size == priv->asize) { in pmc551_erase()169 while (soff_hi != eoff_hi) { in pmc551_erase()172 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi); in pmc551_erase()235 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_read() local247 eoff_hi = end & ~(priv->asize - 1); in pmc551_read()253 if (soff_hi == eoff_hi) { in pmc551_read()261 while (soff_hi != eoff_hi) { in pmc551_read()264 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi); in pmc551_read()[all …]