fromaddress       389 drivers/usb/storage/sddr09.c sddr09_readX(struct us_data *us, int x, unsigned long fromaddress,
fromaddress       398 drivers/usb/storage/sddr09.c 	command[2] = MSB_of(fromaddress>>16);
fromaddress       399 drivers/usb/storage/sddr09.c 	command[3] = LSB_of(fromaddress>>16); 
fromaddress       400 drivers/usb/storage/sddr09.c 	command[4] = MSB_of(fromaddress & 0xFFFF);
fromaddress       401 drivers/usb/storage/sddr09.c 	command[5] = LSB_of(fromaddress & 0xFFFF); 
fromaddress       438 drivers/usb/storage/sddr09.c sddr09_read20(struct us_data *us, unsigned long fromaddress,
fromaddress       443 drivers/usb/storage/sddr09.c 	return sddr09_readX(us, 0, fromaddress, nr_of_pages, bulklen,
fromaddress       461 drivers/usb/storage/sddr09.c sddr09_read21(struct us_data *us, unsigned long fromaddress,
fromaddress       465 drivers/usb/storage/sddr09.c 	return sddr09_readX(us, 1, fromaddress, count, bulklen,
fromaddress       479 drivers/usb/storage/sddr09.c sddr09_read22(struct us_data *us, unsigned long fromaddress,
fromaddress       484 drivers/usb/storage/sddr09.c 	return sddr09_readX(us, 2, fromaddress, nr_of_pages, bulklen,
fromaddress       503 drivers/usb/storage/sddr09.c sddr09_read23(struct us_data *us, unsigned long fromaddress,
fromaddress       507 drivers/usb/storage/sddr09.c 	return sddr09_readX(us, 3, fromaddress, count, bulklen,