Scroll to navigation

NAND_INIT_DATA_INTER(9) Internal Functions Provided NAND_INIT_DATA_INTER(9)

NAME

nand_init_data_interface - find the best data interface and timings

SYNOPSIS

int nand_init_data_interface(struct nand_chip * chip);

ARGUMENTS

chip

The NAND chip

DESCRIPTION

Find the best data interface and NAND timings supported by the chip and the driver. First tries to retrieve supported timing modes from ONFI information, and if the NAND chip does not support ONFI, relies on the ->onfi_timing_mode_default specified in the nand_ids table. After this function nand_chip->data_interface is initialized with the best timing mode available.

Returns 0 for success or negative error code otherwise.

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10