Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Dpmc551.c139 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_erase() local
150 eoff_hi = end & ~(priv->asize - 1); 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()
240 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()
296 eoff_hi = end & ~(priv->asize - 1); in pmc551_write()
301 if (soff_hi == eoff_hi) { in pmc551_write()
[all …]