Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c308 reg_val = readw(&ha->reg->ctrl_status); in qla4xxx_isp_check_reg()
4669 uint32_t ctrl_status; in qla4xxx_hw_reset() local
4683 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_hw_reset()
4684 if ((ctrl_status & CSR_SCSI_RESET_INTR) != 0) in qla4xxx_hw_reset()
4685 writel(set_rmask(CSR_SCSI_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_hw_reset()
4688 writel(set_rmask(CSR_SOFT_RESET), &ha->reg->ctrl_status); in qla4xxx_hw_reset()
4689 readl(&ha->reg->ctrl_status); in qla4xxx_hw_reset()
4704 uint32_t ctrl_status; in qla4xxx_soft_reset() local
4715 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_soft_reset()
4718 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
/kernel/linux/linux-5.10/drivers/tty/
Dpty.c179 tty->link->ctrl_status = 0; in pty_set_pktmode()
224 tty->ctrl_status |= TIOCPKT_FLUSHWRITE; in pty_flush_buffer()
267 tty->ctrl_status &= ~(TIOCPKT_DOSTOP | TIOCPKT_NOSTOP); in pty_set_termios()
269 tty->ctrl_status |= TIOCPKT_DOSTOP; in pty_set_termios()
271 tty->ctrl_status |= TIOCPKT_NOSTOP; in pty_set_termios()
274 tty->ctrl_status |= TIOCPKT_IOCTL; in pty_set_termios()
338 tty->ctrl_status &= ~TIOCPKT_STOP; in pty_start()
339 tty->ctrl_status |= TIOCPKT_START; in pty_start()
351 tty->ctrl_status &= ~TIOCPKT_START; in pty_stop()
352 tty->ctrl_status |= TIOCPKT_STOP; in pty_stop()
Dn_tty.c346 tty->ctrl_status |= TIOCPKT_FLUSHREAD; in n_tty_packet_mode_flush()
2232 if (packet && tty->link->ctrl_status) { in n_tty_read()
2237 cs = tty->link->ctrl_status; in n_tty_read()
2238 tty->link->ctrl_status = 0; in n_tty_read()
2466 if (tty->packet && tty->link->ctrl_status) in n_tty_poll()
Dtty_io.c633 tty->ctrl_status = 0; in __tty_hangup()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi_venus.c442 u32 ctrl_status = 0; in venus_boot_core() local
450 while (!ctrl_status && count < max_tries) { in venus_boot_core()
451 ctrl_status = venus_readl(hdev, CPU_CS_SCIACMDARG0); in venus_boot_core()
452 if ((ctrl_status & CPU_CS_SCIACMDARG0_ERROR_STATUS_MASK) == 4) { in venus_boot_core()
1383 u32 ctrl_status; in venus_suspend_1xx() local
1417 ctrl_status = venus_readl(hdev, CPU_CS_SCIACMDARG0); in venus_suspend_1xx()
1418 if (!(ctrl_status & CPU_CS_SCIACMDARG0_PC_READY)) { in venus_suspend_1xx()
1438 u32 ctrl_status, cpu_status; in venus_cpu_and_video_core_idle() local
1441 ctrl_status = venus_readl(hdev, CPU_CS_SCIACMDARG0); in venus_cpu_and_video_core_idle()
1444 ctrl_status & CPU_CS_SCIACMDARG0_INIT_IDLE_MSG_MASK) in venus_cpu_and_video_core_idle()
[all …]
/kernel/linux/linux-5.10/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.c320 wrt_reg_dword(&reg->ctrl_status, CSRX_DMA_SHUTDOWN|MWB_4096_BYTES); in qla24xx_soft_reset()
322 if ((rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_soft_reset()
327 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_soft_reset()
330 wrt_reg_dword(&reg->ctrl_status, in qla24xx_soft_reset()
338 if ((rd_reg_dword(&reg->ctrl_status) & in qla24xx_soft_reset()
344 if (!(rd_reg_dword(&reg->ctrl_status) & CSRX_ISP_SOFT_RESET)) in qla24xx_soft_reset()
790 wrt_reg_word(&reg->ctrl_status, 0x40); in qla2300_fw_dump()
793 wrt_reg_word(&reg->ctrl_status, 0x50); in qla2300_fw_dump()
796 wrt_reg_word(&reg->ctrl_status, 0x00); in qla2300_fw_dump()
826 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2300_fw_dump()
[all …]
Dqla_init.c2468 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2100_pci_config()
2519 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2300_pci_config()
2520 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2529 wrt_reg_word(&reg->ctrl_status, 0x0); in qla2300_pci_config()
2530 rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2550 ha->pci_attr = rd_reg_word(&reg->ctrl_status); in qla2300_pci_config()
2594 ha->pci_attr = rd_reg_dword(&reg->ctrl_status); in qla24xx_pci_config()
2712 wrt_reg_word(&reg->ctrl_status, 0x20); in qla2x00_reset_chip()
2713 rd_reg_word(&reg->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip()
2726 wrt_reg_word(&reg->ctrl_status, 0x10); in qla2x00_reset_chip()
[all …]
Dqla_fw.h1144 __le32 ctrl_status; /* Control/Status. */ member
Dqla_def.h712 __le16 ctrl_status; /* Control/Status */ member
Dqla_mbx.c581 rd_reg_word(&reg->isp.ctrl_status), in qla2x00_mailbox_command()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
Dvirtio_crypto_algs.c216 vcrypto->ctrl_status.status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_skcipher_close_session()
236 sg_init_one(&status_sg, &vcrypto->ctrl_status.status, in virtio_crypto_alg_skcipher_close_session()
237 sizeof(vcrypto->ctrl_status.status)); in virtio_crypto_alg_skcipher_close_session()
252 if (vcrypto->ctrl_status.status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_close_session()
255 vcrypto->ctrl_status.status, in virtio_crypto_alg_skcipher_close_session()
Dvirtio_crypto_common.h70 struct virtio_crypto_inhdr ctrl_status; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dtty.h320 unsigned long ctrl_status:8, /* ctrl_lock */ member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch16421 + u32 ctrl_status;
16469 + rdsrc->ctrl_status = FIFO_512 << RDSRC_FIFO_SIZE_POS;
16470 + rdsrc->ctrl_status |= PSIZE_256 << RDSRC_P_SIZE_POS;
16471 + rdsrc->ctrl_status |= TSIZE_256 << RDSRC_T_SIZE_POS;
16472 + rdsrc->ctrl_status |= BPP_32_10BIT_OUTPUT << RDSRC_BPP_POS;
16487 + dcss_rdsrc_write(rdsrc, rdsrc->ctrl_status, DCSS_RDSRC_CTRL_STATUS);
16496 + dcss_rdsrc_write(rdsrc, rdsrc->ctrl_status, DCSS_RDSRC_CTRL_STATUS);
16807 + u32 ctrl_status;
16874 + wrscl->ctrl_status = FIFO_512 << WRSCL_FIFO_SIZE_POS;
16875 + wrscl->ctrl_status |= p_size << WRSCL_P_SIZE_POS;
[all …]