Searched refs:eoff_hi (Results 1 – 1 of 1) sorted by relevance
139 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_erase() local150 eoff_hi = end & ~(priv->asize - 1); in pmc551_erase()157 if (soff_hi == eoff_hi || mtd->size == priv->asize) { in pmc551_erase()164 while (soff_hi != eoff_hi) { in pmc551_erase()167 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi); in pmc551_erase()228 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_read() local240 eoff_hi = end & ~(priv->asize - 1); in pmc551_read()245 if (soff_hi == eoff_hi) { in pmc551_read()253 while (soff_hi != eoff_hi) { in pmc551_read()256 "eoff_hi: %ld\n", (long)soff_hi, (long)eoff_hi); in pmc551_read()[all …]