Home
last modified time | relevance | path

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

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