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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c929 unsigned long imm_command; local
932 imm_command = inl(IM_CMD_REG(host_index));
933 imm_command &= (unsigned long) (0xFFFF0000); /* keep reserved bits */
934 imm_command |= (unsigned long) (IM_RESET_IMM_CMD);
939 issue_cmd(host_index, (unsigned long) (imm_command), IM_IMM_CMD | ldn);
2119 unsigned long imm_command; local
2167 imm_command = inl(IM_CMD_REG(host_index));
2168 imm_command &= (unsigned long) (0xffff0000); /* mask reserved stuff */
2169 imm_command |= (unsigned long) (IM_ABORT_IMM_CMD);
2176 outl(imm_command, IM_CMD_RE
2231 unsigned long imm_command; local
[all...]

Completed in 71 milliseconds