Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c125 struct host_cmd_ds_command *host_cmd = (void *)cmd_node->cmd_skb->data; in mwifiex_recycle_cmd_node() local
132 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node()
166 struct host_cmd_ds_command *host_cmd; in mwifiex_dnld_cmd_to_fw() local
173 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_dnld_cmd_to_fw()
176 if (host_cmd->size == 0) { in mwifiex_dnld_cmd_to_fw()
186 cmd_code = le16_to_cpu(host_cmd->command); in mwifiex_dnld_cmd_to_fw()
188 cmd_size = le16_to_cpu(host_cmd->size); in mwifiex_dnld_cmd_to_fw()
203 host_cmd->seq_num = cpu_to_le16(HostCmd_SET_SEQ_NO_BSS_INFO in mwifiex_dnld_cmd_to_fw()
230 get_unaligned_le16((u8 *)host_cmd + S_DS_GEN), in mwifiex_dnld_cmd_to_fw()
231 cmd_size, le16_to_cpu(host_cmd->seq_num)); in mwifiex_dnld_cmd_to_fw()
[all …]
/linux/sound/pci/asihpi/
H A Dhpi6000.h26 u32 host_cmd; member
H A Dhpi6205.h80 u32 host_cmd; member
H A Dhpi6000.c169 u16 dsp_index, u32 host_cmd);
1013 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp()
1044 HPI_HIF_ADDR(host_cmd)); in hpi6000_adapter_boot_load_dsp()
1540 u16 dsp_index, u32 host_cmd) in hpi6000_send_host_command() argument
1548 hpi_write_word(pdo, HPI_HIF_ADDR(host_cmd), host_cmd); in hpi6000_send_host_command()
1550 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_send_host_command()
1688 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_update_control_cache()
H A Dhpi6205.c2072 interface->host_cmd = cmd; in send_dsp_command()
/linux/drivers/scsi/
H A Dqla1280.c832 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action()
1422 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter()
1423 WRT_REG_WORD(&reg->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter()
1424 RD_REG_WORD(&reg->host_cmd); in qla1280_initialize_adapter()
1586 WRT_REG_WORD(&reg->host_cmd, HC_RESET_RISC | in qla1280_chip_diag()
2453 WRT_REG_WORD(&reg->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command()
2679 WRT_REG_WORD(&reg->host_cmd, in qla1280_reset_adapter()
3378 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); in qla1280_isr()
3482 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); in qla1280_isr()
3766 WRT_REG_WORD(&reg->host_cmd, HC_PAUSE_RISC); in qla1280_abort_isp()
[all …]
H A Dqla1280.h200 uint16_t host_cmd; /* Host command and control */ member
/linux/drivers/net/ethernet/ti/
H A Dtlan.c1144 u32 host_cmd; in tlan_handle_interrupt() local
1150 host_cmd = TLAN_HC_ACK | ack | (type << 18); in tlan_handle_interrupt()
1151 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD); in tlan_handle_interrupt()