Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dsddr09.c389 sddr09_readX(struct us_data *us, int x, unsigned long fromaddress, in sddr09_readX() argument
398 command[2] = MSB_of(fromaddress>>16); in sddr09_readX()
399 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
400 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX()
401 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
431 * fromaddress counts data shorts:
438 sddr09_read20(struct us_data *us, unsigned long fromaddress, in sddr09_read20() argument
442 /* The last 8 bits of fromaddress are ignored. */ in sddr09_read20()
443 return sddr09_readX(us, 0, fromaddress, nr_of_pages, bulklen, in sddr09_read20()
450 * fromaddress give
461 sddr09_read21(struct us_data *us, unsigned long fromaddress, int count, int controlshift, unsigned char *buf, int use_sg) sddr09_read21() argument
479 sddr09_read22(struct us_data *us, unsigned long fromaddress, int nr_of_pages, int pageshift, unsigned char *buf, int use_sg) sddr09_read22() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dsddr09.c389 sddr09_readX(struct us_data *us, int x, unsigned long fromaddress, in sddr09_readX() argument
398 command[2] = MSB_of(fromaddress>>16); in sddr09_readX()
399 command[3] = LSB_of(fromaddress>>16); in sddr09_readX()
400 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX()
401 command[5] = LSB_of(fromaddress & 0xFFFF); in sddr09_readX()
431 * fromaddress counts data shorts:
438 sddr09_read20(struct us_data *us, unsigned long fromaddress, in sddr09_read20() argument
442 /* The last 8 bits of fromaddress are ignored. */ in sddr09_read20()
443 return sddr09_readX(us, 0, fromaddress, nr_of_pages, bulklen, in sddr09_read20()
450 * fromaddress give
461 sddr09_read21(struct us_data *us, unsigned long fromaddress, int count, int controlshift, unsigned char *buf, int use_sg) sddr09_read21() argument
479 sddr09_read22(struct us_data *us, unsigned long fromaddress, int nr_of_pages, int pageshift, unsigned char *buf, int use_sg) sddr09_read22() argument
[all...]

Completed in 3 milliseconds