Searched refs:DoC_Address (Results 1 - 2 of 2) sorted by path

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Ddoc2000.c162 /* DoC_Address: Set the current address for the flash chip through the CDSN Slow IO register to
166 static int DoC_Address(struct DiskOnChip *doc, int numbytes, unsigned long ofs, function
346 DoC_Address(doc, ADDR_COLUMN, 0, CDSN_CTRL_WP, 0);
649 DoC_Address(this, ADDR_COLUMN_PAGE, from, CDSN_CTRL_WP,
668 DoC_Address(this, ADDR_COLUMN_PAGE, from + len256,
801 DoC_Address(this, ADDR_COLUMN_PAGE, to, 0, CDSN_CTRL_ECC_IO);
835 DoC_Address(this, ADDR_COLUMN_PAGE, to + len256, 0,
943 DoC_Address(this, ADDR_COLUMN_PAGE, ofs, CDSN_CTRL_WP, 0);
953 DoC_Address(this, ADDR_COLUMN_PAGE, ofs & (~0x1ff),
1014 DoC_Address(thi
[all...]
H A Ddoc2001.c120 /* DoC_Address: Set the current address for the flash chip through the CDSN IO register
124 static inline void DoC_Address(unsigned long docptr, int numbytes, unsigned long ofs, function
199 DoC_Address(doc->virtadr, 1, 0x00, CDSN_CTRL_WP, 0x00);
433 DoC_Address(docptr, 3, from, CDSN_CTRL_WP, 0x00);
562 DoC_Address(docptr, 3, to, 0x00, 0x00);
678 DoC_Address(docptr, 3, ofs, CDSN_CTRL_WP, 0x00);
734 DoC_Address(docptr, 3, ofs, 0x00, 0x00);
798 DoC_Address(docptr, 2, ofs, 0x00, 0x00);

Completed in 56 milliseconds