Lines Matching full:default

49 /* Define default oob placement schemes for large and small page devices */
142 * nand_read_byte - [DEFAULT] read one byte from the chip
145 * Default read function for 8bit buswidth
154 * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
157 * Default read function for 16bit buswidth with endianness conversion.
167 * nand_read_word - [DEFAULT] read one word from the chip
170 * Default read function for 16bit buswidth without endianness conversion.
179 * nand_select_chip - [DEFAULT] control CE line
183 * Default select function for 1 chip devices.
196 default: in nand_select_chip()
202 * nand_write_byte - [DEFAULT] write single byte to chip
206 * Default function to write a byte to I/O[7:0]
216 * nand_write_byte16 - [DEFAULT] write single byte to a chip with width 16
220 * Default function to write a byte to I/O[7:0] on a 16-bit wide chip.
280 * nand_write_buf - [DEFAULT] write buffer to chip
285 * Default write function for 8bit buswidth.
295 * nand_read_buf - [DEFAULT] read chip data into buffer
300 * Default read function for 8bit buswidth.
310 * nand_write_buf16 - [DEFAULT] write buffer to chip
315 * Default write function for 16bit buswidth.
326 * nand_read_buf16 - [DEFAULT] read chip data into buffer
331 * Default read function for 16bit buswidth.
342 * nand_block_bad - [DEFAULT] Read bad block marker from the chip
387 * nand_default_block_markbad - [DEFAULT] mark a block bad via bad block marker
391 * This is the default implementation, which can be overridden by a hardware
589 * nand_command - [DEFAULT] Send command to NAND device
672 default: in nand_command()
692 * nand_command_lp - [DEFAULT] Send command to NAND large page device
784 default: in nand_command_lp()
862 * nand_wait - [DEFAULT] wait until the command is done
1010 * if the NAND does not support ONFI, fallback to the default ONFI in nand_init_data_interface()
1652 default: in nand_transfer_oob()
2129 default: in nand_read_oob()
2483 default: in nand_fill_oob()
2764 default: in nand_write_oob()
3030 /* Set default functions */
3520 default: /* Other cases are "reserved" (unknown) */ in nand_decode_ext_id()
3556 default: in nand_decode_ext_id()
3967 /* Set the default functions */ in nand_scan_ident()
4294 * default helpers are not suitable when the core does not in invalid_ecc_page_accessors()
4340 * If no default placement scheme is given, select an appropriate one. in nand_scan_tail()
4358 default: in nand_scan_tail()
4369 * Check ECC mode, default to software if 3byte/512byte hardware ECC is in nand_scan_tail()
4468 * to select how many bits are correctable. Otherwise, default in nand_scan_tail()
4498 default: in nand_scan_tail()
4564 default: in nand_scan_tail()
4589 * Initialize bitflip_threshold to its default prior scan_bbt() call. in nand_scan_tail()