single_erase (9) - Linux Manuals

single_erase: [GENERIC] NAND standard block erase command function

NAME

single_erase - [GENERIC] NAND standard block erase command function

SYNOPSIS

int single_erase(struct mtd_info mtd, int page);

ARGUMENTS

mtd

MTD device structure

page

the page address of the block which will be erased

DESCRIPTION

Standard erase command for NAND chips. Returns NAND status.

AUTHOR

Thomas Gleixner <tglx [at] linutronix.de>

Author.

COPYRIGHT