Lines Matching refs:placement
502 - Automatic placement at the end of the chip
593 For automatic placement some blocks must be reserved for bad block
600 Spare area (auto)placement
603 The nand driver implements different possibilities for placement of
608 - Automatic placement
610 The default placement function is automatic placement. The nand driver
611 has built in default placement schemes for the various chiptypes. If due
612 to hardware ECC functionality the default placement does not fit then
613 the board driver can provide a own placement scheme.
615 File system drivers can provide a own placement scheme which is used
616 instead of the default placement scheme.
632 The useecc member controls the ecc and placement function. The header
634 placement. MTD_NANDECC_OFF switches off the ecc complete. This is
636 MTD_NANDECC_PLACE selects caller defined placement,
637 MTD_NANDECC_AUTOPLACE selects automatic placement.
651 used for automatic placement. The information is given in the format
660 which defines the ecc placement. For writes the caller must provide a
675 If the spare area buffer is NULL then only the ECC placement is done
678 Automatic placement argument
681 Automatic placement uses the built in defaults to place the ecc bytes in
687 If the spare area buffer is NULL then only the ECC placement is done
818 area placement functionality which is described in one of the earlier