Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_inline.h45 writel(set_rmask(CSR_SCSI_INTR_ENABLE), &ha->reg->ctrl_status); in __qla4xxx_enable_intrs()
46 readl(&ha->reg->ctrl_status); in __qla4xxx_enable_intrs()
59 writel(clr_rmask(CSR_SCSI_INTR_ENABLE), &ha->reg->ctrl_status); in __qla4xxx_disable_intrs()
60 readl(&ha->reg->ctrl_status); in __qla4xxx_disable_intrs()
Dql4_init.c20 value = readw(&ha->reg->ctrl_status); in ql4xxx_set_mac_number()
711 writel(set_rmask(CSR_BOOT_ENABLE), &ha->reg->ctrl_status); in qla4xxx_start_firmware_from_flash()
712 readl(&ha->reg->ctrl_status); in qla4xxx_start_firmware_from_flash()
721 uint32_t ctrl_status; in qla4xxx_start_firmware_from_flash() local
724 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_start_firmware_from_flash()
728 if (ctrl_status & set_rmask(CSR_SCSI_PROCESSOR_INTR)) in qla4xxx_start_firmware_from_flash()
735 ha->host_no, __func__, ctrl_status, max_wait_time)); in qla4xxx_start_firmware_from_flash()
746 &ha->reg->ctrl_status); in qla4xxx_start_firmware_from_flash()
747 readl(&ha->reg->ctrl_status); in qla4xxx_start_firmware_from_flash()
829 &ha->reg->ctrl_status); in qla4xxx_start_firmware()
[all …]
Dql4_dbg.c56 (uint8_t) offsetof(struct isp_reg, ctrl_status), in qla4xxx_dump_registers()
57 readw(&ha->reg->ctrl_status)); in qla4xxx_dump_registers()
125 &ha->reg->ctrl_status); in qla4xxx_dump_registers()
130 &ha->reg->ctrl_status); in qla4xxx_dump_registers()
Dql4_isr.c1091 &ha->reg->ctrl_status); in qla4xxx_interrupt_service_routine()
1092 readl(&ha->reg->ctrl_status); in qla4xxx_interrupt_service_routine()
1152 intr_status = readl(&ha->reg->ctrl_status); in qla4xxx_intr_handler()
1173 if ((readl(&ha->reg->ctrl_status) & in qla4xxx_intr_handler()
1176 &ha->reg->ctrl_status); in qla4xxx_intr_handler()
1177 readl(&ha->reg->ctrl_status); in qla4xxx_intr_handler()
1181 &ha->reg->ctrl_status); in qla4xxx_intr_handler()
1182 readl(&ha->reg->ctrl_status); in qla4xxx_intr_handler()
1194 &ha->reg->ctrl_status); in qla4xxx_intr_handler()
1195 readl(&ha->reg->ctrl_status); in qla4xxx_intr_handler()
Dql4_os.c309 reg_val = readw(&ha->reg->ctrl_status); in qla4xxx_isp_check_reg()
4660 uint32_t ctrl_status; in qla4xxx_hw_reset() local
4674 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_hw_reset()
4675 if ((ctrl_status & CSR_SCSI_RESET_INTR) != 0) in qla4xxx_hw_reset()
4676 writel(set_rmask(CSR_SCSI_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_hw_reset()
4679 writel(set_rmask(CSR_SOFT_RESET), &ha->reg->ctrl_status); in qla4xxx_hw_reset()
4680 readl(&ha->reg->ctrl_status); in qla4xxx_hw_reset()
4695 uint32_t ctrl_status; in qla4xxx_soft_reset() local
4706 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_soft_reset()
4709 if ((ctrl_status & CSR_NET_RESET_INTR) == 0) in qla4xxx_soft_reset()
[all …]
Dql4_mbx.c26 writel(set_rmask(CSR_INTR_RISC), &ha->reg->ctrl_status); in qla4xxx_queue_mbox_cmd()
27 readl(&ha->reg->ctrl_status); in qla4xxx_queue_mbox_cmd()
34 intr_status = readl(&ha->reg->ctrl_status); in qla4xxx_process_mbox_intr()
Dql4_fw.h108 __le32 ctrl_status; member
/Linux-v6.1/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c174 struct virtio_crypto_inhdr *ctrl_status; in virtio_crypto_alg_akcipher_close_session() local
184 ctrl_status = &vc_ctrl_req->ctrl_status; in virtio_crypto_alg_akcipher_close_session()
185 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_akcipher_close_session()
196 sg_init_one(&inhdr_sg, &ctrl_status->status, sizeof(ctrl_status->status)); in virtio_crypto_alg_akcipher_close_session()
203 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_close_session()
205 ctrl_status->status, destroy_session->session_id); in virtio_crypto_alg_akcipher_close_session()
Dvirtio_crypto_skcipher_algs.c205 struct virtio_crypto_inhdr *ctrl_status; in virtio_crypto_alg_skcipher_close_session() local
212 ctrl_status = &vc_ctrl_req->ctrl_status; in virtio_crypto_alg_skcipher_close_session()
213 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_skcipher_close_session()
231 sg_init_one(&status_sg, &ctrl_status->status, sizeof(ctrl_status->status)); in virtio_crypto_alg_skcipher_close_session()
238 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_close_session()
240 ctrl_status->status, destroy_session->session_id); in virtio_crypto_alg_skcipher_close_session()
Dvirtio_crypto_common.h92 struct virtio_crypto_inhdr ctrl_status; member
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_sup.c1201 wrt_reg_dword(&reg->ctrl_status, in qla24xx_unprotect_flash()
1202 rd_reg_dword(&reg->ctrl_status) | CSRX_FLASH_ENABLE); in qla24xx_unprotect_flash()
1203 rd_reg_dword(&reg->ctrl_status); /* PCI Posting. */ in qla24xx_unprotect_flash()
1244 wrt_reg_dword(&reg->ctrl_status, in qla24xx_protect_flash()
1245 rd_reg_dword(&reg->ctrl_status) & ~CSRX_FLASH_ENABLE); in qla24xx_protect_flash()
1470 wrt_reg_dword(&reg->ctrl_status, in qla24xx_write_nvram_data()
1471 rd_reg_dword(&reg->ctrl_status) | CSRX_FLASH_ENABLE); in qla24xx_write_nvram_data()
1472 rd_reg_dword(&reg->ctrl_status); /* PCI Posting. */ in qla24xx_write_nvram_data()
1494 wrt_reg_dword(&reg->ctrl_status, in qla24xx_write_nvram_data()
1495 rd_reg_dword(&reg->ctrl_status) & ~CSRX_FLASH_ENABLE); in qla24xx_write_nvram_data()
[all …]
Dqla_dbg.c334 wrt_reg_dword(&reg->ctrl_status, CSRX_DMA_SHUTDOWN|MWB_4096_BYTES); in qla24xx_soft_reset()
336 if ((rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_soft_reset()
341 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_soft_reset()
344 wrt_reg_dword(&reg->ctrl_status, in qla24xx_soft_reset()
352 if ((rd_reg_dword(&reg->ctrl_status) & in qla24xx_soft_reset()
358 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_ISP_SOFT_RESET)) in qla24xx_soft_reset()
804 wrt_reg_word(&reg->ctrl_status, 0x40); in qla2300_fw_dump()
807 wrt_reg_word(&reg->ctrl_status, 0x50); in qla2300_fw_dump()
810 wrt_reg_word(&reg->ctrl_status, 0x00); in qla2300_fw_dump()
840 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2300_fw_dump()
[all …]
Dqla_init.c2603 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2100_pci_config()
2654 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2300_pci_config()
2655 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2664 wrt_reg_word(&reg->ctrl_status, 0x0); in qla2300_pci_config()
2665 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2685 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2729 ha->pci_attr = rd_reg_dword(&reg->ctrl_status); in qla24xx_pci_config()
2847 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2x00_reset_chip()
2848 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
2861 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2x00_reset_chip()
[all …]
Dqla_fw.h1172 __le32 ctrl_status; /* Control/Status. */ member
Dqla_def.h773 __le16 ctrl_status; /* Control/Status */ member
Dqla_mbx.c598 rd_reg_word(&reg->isp.ctrl_status), in qla2x00_mailbox_command()
/Linux-v6.1/drivers/media/platform/qcom/venus/
Dhfi_venus.c451 u32 ctrl_status = 0, mask_val; in venus_boot_core() local
468 while (!ctrl_status && count < max_tries) { in venus_boot_core()
469 ctrl_status = readl(cpu_cs_base + CPU_CS_SCIACMDARG0); in venus_boot_core()
470 if ((ctrl_status & CPU_CS_SCIACMDARG0_ERROR_STATUS_MASK) == 4) { in venus_boot_core()
1484 u32 ctrl_status; in venus_suspend_1xx() local
1518 ctrl_status = readl(cpu_cs_base + CPU_CS_SCIACMDARG0); in venus_suspend_1xx()
1519 if (!(ctrl_status & CPU_CS_SCIACMDARG0_PC_READY)) { in venus_suspend_1xx()
1542 u32 ctrl_status, cpu_status; in venus_cpu_and_video_core_idle() local
1548 ctrl_status = readl(cpu_cs_base + CPU_CS_SCIACMDARG0); in venus_cpu_and_video_core_idle()
1551 ctrl_status & CPU_CS_SCIACMDARG0_INIT_IDLE_MSG_MASK) in venus_cpu_and_video_core_idle()
[all …]
/Linux-v6.1/drivers/dma/
Dimg-mdc-dma.c96 u32 ctrl_status; member
225 ldesc->ctrl_status = MDC_CONTROL_AND_STATUS_LIST_EN | in mdc_list_desc_config()