Searched refs:col_off (Results 1 – 1 of 1) sorted by relevance
345 uint32_t col_off = U(0); in nand_read() local385 col_off = (src_addr % nand->page_size); in nand_read()386 if (col_off) { in nand_read()387 if ((col_off + size) < nand->page_size) in nand_read()390 byte_cnt = nand->page_size - col_off; in nand_read()397 col_off, in nand_read()
Completed in 2 milliseconds