Searched refs:ADDR_COLUMN_PAGE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/mtd/devices/ |
D | doc2000.c | 189 if (numbytes == ADDR_COLUMN || numbytes == ADDR_COLUMN_PAGE) { in DoC_Address() 201 if (numbytes == ADDR_PAGE || numbytes == ADDR_COLUMN_PAGE) { in DoC_Address() 650 DoC_Address(this, ADDR_COLUMN_PAGE, from, CDSN_CTRL_WP, in doc_read_ecc() 669 DoC_Address(this, ADDR_COLUMN_PAGE, from + len256, in doc_read_ecc() 802 DoC_Address(this, ADDR_COLUMN_PAGE, to, 0, CDSN_CTRL_ECC_IO); in doc_write_ecc() 836 DoC_Address(this, ADDR_COLUMN_PAGE, to + len256, 0, in doc_write_ecc() 944 DoC_Address(this, ADDR_COLUMN_PAGE, ofs, CDSN_CTRL_WP, 0); in doc_read_oob() 954 DoC_Address(this, ADDR_COLUMN_PAGE, ofs & (~0x1ff), in doc_read_oob() 1015 DoC_Address(this, ADDR_COLUMN_PAGE, ofs, 0, 0); in doc_write_oob_nolock() 1038 DoC_Address(this, ADDR_COLUMN_PAGE, ofs & (~0x1ff), 0, 0); in doc_write_oob_nolock()
|
/linux-2.4.37.9/include/linux/mtd/ |
D | doc2000.h | 115 #define ADDR_COLUMN_PAGE 3 macro
|