Searched refs:usbat_write (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/storage/ |
D | shuttle_usbat.c | 251 int usbat_write(struct us_data *us, in usbat_write() function 783 if ( (result = usbat_write(us, USBAT_ATA, 0x16, selector)) != in hp_8200e_select_and_test_registers() 803 if ( (result = usbat_write(us, USBAT_ATA, 0x14, 0x55)) != in hp_8200e_select_and_test_registers() 807 if ( (result = usbat_write(us, USBAT_ATA, 0x15, 0xAA)) != in hp_8200e_select_and_test_registers() 875 if ( (result = usbat_write(us, USBAT_ISA, 0x3F, 0x80)) != in init_8200e()
|
D | shuttle_usbat.h | 59 extern int usbat_write(struct us_data *us, unsigned char access,
|