Searched refs:csb (Results 1 – 1 of 1) sorted by relevance
615 u8 csb,complete = 0; in xd_command() local657 csb = inb(XD_DATA); in xd_command()662 if (csb & CSB_ERROR) { /* read sense data if error */ in xd_command()663 xd_build(cmdblk,CMD_SENSE,(csb & CSB_LUN) >> 5,0,0,0,0,0); in xd_command()669 printk(KERN_DEBUG "xd_command: completed with csb = 0x%X\n",csb); in xd_command()672 return (csb & CSB_ERROR); in xd_command()