Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/storage/
Dshuttle_usbat.c346 result = usbat_read(us, USBAT_ATA, 0x17, &status); in usbat_wait_not_busy()
351 result = usbat_read(us, USBAT_ATA, 0x10, &status); in usbat_wait_not_busy()
528 result = usbat_read(us, USBAT_ATA, in usbat_rw_block_test()
659 result = usbat_rw_block_test(us, USBAT_ATA, in usbat_handle_read10()
726 result = usbat_rw_block_test(us, USBAT_ATA, in usbat_handle_read10()
783 if ( (result = usbat_write(us, USBAT_ATA, 0x16, selector)) != in hp_8200e_select_and_test_registers()
787 if ( (result = usbat_read(us, USBAT_ATA, 0x17, &status)) != in hp_8200e_select_and_test_registers()
791 if ( (result = usbat_read(us, USBAT_ATA, 0x16, &status)) != in hp_8200e_select_and_test_registers()
795 if ( (result = usbat_read(us, USBAT_ATA, 0x14, &status)) != in hp_8200e_select_and_test_registers()
799 if ( (result = usbat_read(us, USBAT_ATA, 0x15, &status)) != in hp_8200e_select_and_test_registers()
[all …]
Dshuttle_usbat.h31 #define USBAT_ATA 0x40 macro