Searched defs:DoC_Address (Results 1 - 3 of 3) sorted by relevance
/drivers/mtd/devices/ |
H A D | doc2001.c | 110 /* DoC_Address: Set the current address for the flash chip through the CDSN IO register 114 static inline void DoC_Address(void __iomem * docptr, int numbytes, unsigned long ofs, function 191 DoC_Address(doc->virtadr, 1, 0x00, CDSN_CTRL_WP, 0x00); 408 DoC_Address(docptr, 3, from, CDSN_CTRL_WP, 0x00); 529 DoC_Address(docptr, 3, to, 0x00, 0x00); 648 DoC_Address(docptr, 3, ofs, CDSN_CTRL_WP, 0x00); 710 DoC_Address(docptr, 3, ofs, 0x00, 0x00); 775 DoC_Address(docptr, 2, ofs, 0x00, 0x00);
|
H A D | doc2000.c | 158 /* DoC_Address: Set the current address for the flash chip through the CDSN Slow IO register to 162 static int DoC_Address(struct DiskOnChip *doc, int numbytes, unsigned long ofs, function 339 DoC_Address(doc, ADDR_COLUMN, 0, CDSN_CTRL_WP, 0); 645 DoC_Address(this, ADDR_COLUMN_PAGE, from, CDSN_CTRL_WP, 658 DoC_Address(this, ADDR_COLUMN_PAGE, from + len256, 796 DoC_Address(this, ADDR_COLUMN_PAGE, to, 0, CDSN_CTRL_ECC_IO); 824 DoC_Address(this, ADDR_COLUMN_PAGE, to + len256, 0, 948 DoC_Address(this, ADDR_COLUMN_PAGE, ofs, CDSN_CTRL_WP, 0); 958 DoC_Address(this, ADDR_COLUMN_PAGE, ofs & (~0x1ff), 1020 DoC_Address(thi [all...] |
H A D | doc2001plus.c | 117 /* DoC_Address: Set the current address for the flash chip through the Flash 120 static inline void DoC_Address(struct DiskOnChip *doc, int numbytes, function 288 DoC_Address(doc, 1, 0x00, 0, 0x00); 536 DoC_Address(this, 3, fofs, 0, 0x00); 613 DoC_Address(this, 3, fofs, 0, 0x00); 743 DoC_Address(this, 3, fto, 0x00, 0x00); 878 DoC_Address(this, 3, fofs, 0, 0x00); 965 DoC_Address(this, 3, fofs, 0, 0x00); 1042 DoC_Address(this, 2, ofs, 0, 0x00);
|
Completed in 75 milliseconds