Searched refs:fromaddress (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/storage/
H A Dsddr09.c389 sddr09_readX(struct us_data *us, int x, unsigned long fromaddress, argument
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, argument
442 /* The last 8 bits of fromaddress are ignored. */
443 return sddr09_readX(us, 0, fromaddress, nr_of_pages, bulklen,
450 * fromaddress give
461 sddr09_read21(struct us_data *us, unsigned long fromaddress, int count, int controlshift, unsigned char *buf, int use_sg) argument
479 sddr09_read22(struct us_data *us, unsigned long fromaddress, int nr_of_pages, int pageshift, unsigned char *buf, int use_sg) argument
[all...]

Completed in 82 milliseconds