Lines Matching refs:fromaddress
389 sddr09_readX(struct us_data *us, int x, unsigned long fromaddress,
398 command[2] = MSB_of(fromaddress>>16);
399 command[3] = LSB_of(fromaddress>>16);
400 command[4] = MSB_of(fromaddress & 0xFFFF);
401 command[5] = LSB_of(fromaddress & 0xFFFF);
431 * fromaddress counts data shorts:
438 sddr09_read20(struct us_data *us, unsigned long fromaddress,
442 /* The last 8 bits of fromaddress are ignored. */
443 return sddr09_readX(us, 0, fromaddress, nr_of_pages, bulklen,
450 * fromaddress gives the starting position (as in read data;
458 * (fromaddress += 8192).
461 sddr09_read21(struct us_data *us, unsigned long fromaddress,
465 return sddr09_readX(us, 1, fromaddress, count, bulklen,
472 * fromaddress counts data shorts, ignoring control:
479 sddr09_read22(struct us_data *us, unsigned long fromaddress,
484 return sddr09_readX(us, 2, fromaddress, nr_of_pages, bulklen,
492 * fromaddress gives the starting position (as in read data;
500 * (fromaddress += 256).
503 sddr09_read23(struct us_data *us, unsigned long fromaddress,
507 return sddr09_readX(us, 3, fromaddress, count, bulklen,