Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Drenesas-rpc-if.c923 ssize_t writebytes; in xspi_dirmap_write() local
934 writebytes = MWRSIZE_MAX; in xspi_dirmap_write()
936 writebytes = len; in xspi_dirmap_write()
959 memcpy_toio(xspi->dirmap + from, buf, writebytes); in xspi_dirmap_write()
962 if (writebytes < MWRSIZE_MAX) in xspi_dirmap_write()
968 return writebytes; in xspi_dirmap_write()