Searched refs:usbat_read (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/storage/ |
D | shuttle_usbat.c | 232 int usbat_read(struct us_data *us, in usbat_read() function 346 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() 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() 811 if ( (result = usbat_read(us, USBAT_ATA, 0x14, &status)) != in hp_8200e_select_and_test_registers() 815 if ( (result = usbat_read(us, USBAT_ATA, 0x15, &status)) != in hp_8200e_select_and_test_registers() [all …]
|
D | shuttle_usbat.h | 57 extern int usbat_read(struct us_data *us, unsigned char access,
|