Home
last modified time | relevance | path

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

/u-boot/cmd/
A Donenand.c133 size_t *retlen, const u_char * buf, int withoob) in onenand_block_write() argument
166 if (!withoob) in onenand_block_write()
419 int ret = 0, withoob = 0; in do_onenand_write() local
426 withoob = 1; in do_onenand_write()
434 ret = onenand_block_write(ofs, len, &retlen, (u8 *)addr, withoob); in do_onenand_write()

Completed in 3 milliseconds