Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dseagate.c767 unsigned char tmp_data, tmp_control, status = 0, message = 0; in internal_command() local
1001 tmp_control = in internal_command()
1009 WRITE_CONTROL (tmp_control); in internal_command()
1013 WRITE_CONTROL (tmp_control); in internal_command()
1016 tmp_control ^= CMD_BSY; /* This is guesswork. What used to be in driver */ in internal_command()
1017 WRITE_CONTROL (tmp_control); /* could never work: it sent data into control */ in internal_command()
1019 tmp_control ^= CMD_BSY; /* fixed, but order of first two may be wrong. */ in internal_command()
1020 WRITE_CONTROL (tmp_control); /* -- pavel@ucw.cz */ in internal_command()