Home
last modified time | relevance | path

Searched refs:LSB_of (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/storage/
H A Dsddr55.c74 #define LSB_of(s) ((s)&0xFF) macro
242 command[1] = LSB_of(address>>16); in sddr55_read_data()
243 command[2] = LSB_of(address>>8); in sddr55_read_data()
244 command[3] = LSB_of(address); in sddr55_read_data()
248 command[6] = LSB_of(pages << (1 - info->smallpageshift)); in sddr55_read_data()
416 command[1] = LSB_of(address>>16); in sddr55_write_data()
417 command[2] = LSB_of(address>>8); in sddr55_write_data()
418 command[3] = LSB_of(address); in sddr55_write_data()
421 command[0] = LSB_of(lba % 1000); in sddr55_write_data()
424 command[4] |= LSB_of(pages >> info->smallpageshift); in sddr55_write_data()