Searched refs:eoff_hi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | pmc551.c | 139 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_erase() local 150 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() local 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() 284 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ pmc551_write() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | pmc551.c | 139 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ in pmc551_erase() local 150 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() local 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() 284 u32 eoff_hi, eoff_lo; /* end address offset hi/lo */ pmc551_write() local [all...] |
Completed in 2 milliseconds