Searched refs:host_cmd (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/sound/pci/asihpi/ |
D | hpi6000.h | 37 u32 host_cmd; member
|
D | hpi6205.h | 74 u32 host_cmd; member
|
D | hpi6000.c | 180 u16 dsp_index, u32 host_cmd); 1038 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp() 1069 HPI_HIF_ADDR(host_cmd)); in hpi6000_adapter_boot_load_dsp() 1564 u16 dsp_index, u32 host_cmd) in hpi6000_send_host_command() argument 1572 hpi_write_word(pdo, HPI_HIF_ADDR(host_cmd), host_cmd); in hpi6000_send_host_command() 1574 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_send_host_command() 1712 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_update_control_cache()
|
D | hpi6205.c | 2065 interface->host_cmd = cmd; in send_dsp_command()
|
/linux-2.6.39/drivers/scsi/ |
D | qla1280.c | 879 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action() 1477 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter() 1478 WRT_REG_WORD(®->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter() 1479 RD_REG_WORD(®->host_cmd); in qla1280_initialize_adapter() 1641 WRT_REG_WORD(®->host_cmd, HC_RESET_RISC | in qla1280_chip_diag() 2513 WRT_REG_WORD(®->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command() 2740 WRT_REG_WORD(®->host_cmd, in qla1280_reset_adapter() 3466 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3570 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3859 WRT_REG_WORD(®->host_cmd, HC_PAUSE_RISC); in qla1280_abort_isp() [all …]
|
D | qla1280.h | 210 uint16_t host_cmd; /* Host command and control */ member
|
/linux-2.6.39/drivers/net/ |
D | tlan.c | 1124 u32 host_cmd; in tlan_handle_interrupt() local 1130 host_cmd = TLAN_HC_ACK | ack | (type << 18); in tlan_handle_interrupt() 1131 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD); in tlan_handle_interrupt()
|
/linux-2.6.39/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1962 struct host_cmd { struct
|
D | ipw2200.c | 2181 static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd) in __ipw_send_cmd() 2261 struct host_cmd cmd = { in ipw_send_cmd_simple() 2271 struct host_cmd cmd = { in ipw_send_cmd_pdu()
|