Lines Matching full:position
52 * @lun_addr_shift: position of the LUN identifier in the row address
53 * @eraseblock_addr_shift: position of the eraseblock identifier in the row
62 * struct nand_pos - NAND position object
82 * @pos: the position this I/O request is targeting
162 * @rowconv: position to row address converter
417 * nanddev_offs_to_pos() - Convert an absolute NAND offset into a NAND position
420 * @pos: a NAND position object to fill in
445 * @a: First NAND position
446 * @b: Second NAND position
471 * nanddev_pos_to_offs() - Convert a NAND position into an absolute offset
473 * @pos: the NAND position to convert
475 * Converts @pos NAND position into an absolute offset.
497 * nanddev_pos_to_row() - Extract a row address from a NAND position
499 * @pos: the position to convert
501 * Converts a NAND position into a row address that can then be passed to the
515 * nanddev_pos_next_target() - Move a position to the next target/die
517 * @pos: the position to update
533 * nanddev_pos_next_lun() - Move a position to the next LUN
535 * @pos: the position to update
553 * nanddev_pos_next_eraseblock() - Move a position to the next eraseblock
555 * @pos: the position to update
572 * nanddev_pos_next_eraseblock() - Move a position to the next page
574 * @pos: the position to update
703 * nanddev_bbt_pos_to_entry() - Convert a NAND position into a BBT entry
705 * @pos: the NAND position we want to get BBT entry for