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

/linux-master/drivers/scsi/
H A Dimm.c451 static int imm_cpp(unsigned short ppb, unsigned char b) function
525 imm_cpp(ppb, 0xe0); /* Select device 0 in compatible mode */
526 imm_cpp(ppb, 0x30); /* Disconnect all devices */
531 return imm_cpp(ppb, 0x28); /* Select device 0 in EPP mode */
532 return imm_cpp(ppb, 0xe0); /* Select device 0 in compatible mode */
537 imm_cpp(dev->base, 0x30); /* Disconnect all devices */

Completed in 207 milliseconds