Home
last modified time | relevance | path

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

/linux/drivers/mtd/devices/
H A Dmchp48l640.c215 loff_t woff = to; in mchp48l640_write() local
225 ret = mchp48l640_write_page(mtd, woff, ws, retlen, &buf[wlen]); in mchp48l640_write()
229 woff += ws; in mchp48l640_write()
273 loff_t woff = from; in mchp48l640_read() local
283 ret = mchp48l640_read_page(mtd, woff, ws, retlen, &buf[wlen]); in mchp48l640_read()
287 woff += ws; in mchp48l640_read()