Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dqla1280.c1359 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action()
2140 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter()
2141 WRT_REG_WORD(&reg->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter()
2142 RD_REG_WORD(&reg->host_cmd); in qla1280_initialize_adapter()
2401 WRT_REG_WORD(&reg->host_cmd, HC_RESET_RISC); in qla1280_chip_diag()
2403 WRT_REG_WORD(&reg->host_cmd, HC_RELEASE_RISC); in qla1280_chip_diag()
2405 WRT_REG_WORD(&reg->host_cmd, HC_DISABLE_BIOS); in qla1280_chip_diag()
2407 WRT_REG_WORD(&reg->host_cmd, HC_RESET_RISC | in qla1280_chip_diag()
3239 WRT_REG_WORD(&reg->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command()
3512 WRT_REG_WORD(&reg->host_cmd, in qla1280_reset_adapter()
[all …]
Dqla1280.h196 uint16_t host_cmd; /* Host command and control */ member
/linux-2.4.37.9/drivers/net/
Dtlan.c1153 u32 host_cmd; in TLan_HandleInterrupt() local
1171 host_cmd = TLAN_HC_ACK | ack | ( type << 18 ); in TLan_HandleInterrupt()
1172 outl( host_cmd, dev->base_addr + TLAN_HOST_CMD ); in TLan_HandleInterrupt()