| /Linux-v5.10/drivers/scsi/qla4xxx/ |
| D | ql4_inline.h | 45 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()
|
| D | ql4_init.c | 20 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 …]
|
| D | ql4_dbg.c | 56 (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()
|
| D | ql4_isr.c | 1091 &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()
|
| D | ql4_os.c | 307 reg_val = readw(&ha->reg->ctrl_status); in qla4xxx_isp_check_reg() 4667 uint32_t ctrl_status; in qla4xxx_hw_reset() local 4681 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_hw_reset() 4682 if ((ctrl_status & CSR_SCSI_RESET_INTR) != 0) in qla4xxx_hw_reset() 4683 writel(set_rmask(CSR_SCSI_RESET_INTR), &ha->reg->ctrl_status); in qla4xxx_hw_reset() 4686 writel(set_rmask(CSR_SOFT_RESET), &ha->reg->ctrl_status); in qla4xxx_hw_reset() 4687 readl(&ha->reg->ctrl_status); in qla4xxx_hw_reset() 4702 uint32_t ctrl_status; in qla4xxx_soft_reset() local 4713 ctrl_status = readw(&ha->reg->ctrl_status); in qla4xxx_soft_reset() 4716 if ((ctrl_status & CSR_NET_RESET_INTR) == 0) in qla4xxx_soft_reset() [all …]
|
| D | ql4_mbx.c | 26 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()
|
| D | ql4_fw.h | 108 __le32 ctrl_status; member
|
| /Linux-v5.10/drivers/tty/ |
| D | pty.c | 189 tty->link->ctrl_status = 0; in pty_set_pktmode() 234 tty->ctrl_status |= TIOCPKT_FLUSHWRITE; in pty_flush_buffer() 277 tty->ctrl_status &= ~(TIOCPKT_DOSTOP | TIOCPKT_NOSTOP); in pty_set_termios() 279 tty->ctrl_status |= TIOCPKT_DOSTOP; in pty_set_termios() 281 tty->ctrl_status |= TIOCPKT_NOSTOP; in pty_set_termios() 284 tty->ctrl_status |= TIOCPKT_IOCTL; in pty_set_termios() 348 tty->ctrl_status &= ~TIOCPKT_STOP; in pty_start() 349 tty->ctrl_status |= TIOCPKT_START; in pty_start() 361 tty->ctrl_status &= ~TIOCPKT_START; in pty_stop() 362 tty->ctrl_status |= TIOCPKT_STOP; in pty_stop()
|
| D | n_tty.c | 351 tty->ctrl_status |= TIOCPKT_FLUSHREAD; in n_tty_packet_mode_flush() 2180 if (packet && tty->link->ctrl_status) { in n_tty_read() 2185 cs = tty->link->ctrl_status; in n_tty_read() 2186 tty->link->ctrl_status = 0; in n_tty_read() 2416 if (tty->packet && tty->link->ctrl_status) in n_tty_poll()
|
| D | tty_io.c | 634 tty->ctrl_status = 0; in __tty_hangup()
|
| /Linux-v5.10/drivers/media/platform/qcom/venus/ |
| D | hfi_venus.c | 442 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 …]
|
| /Linux-v5.10/drivers/scsi/qla2xxx/ |
| D | qla_sup.c | 1201 wrt_reg_dword(®->ctrl_status, in qla24xx_unprotect_flash() 1202 rd_reg_dword(®->ctrl_status) | CSRX_FLASH_ENABLE); in qla24xx_unprotect_flash() 1203 rd_reg_dword(®->ctrl_status); /* PCI Posting. */ in qla24xx_unprotect_flash() 1244 wrt_reg_dword(®->ctrl_status, in qla24xx_protect_flash() 1245 rd_reg_dword(®->ctrl_status) & ~CSRX_FLASH_ENABLE); in qla24xx_protect_flash() 1470 wrt_reg_dword(®->ctrl_status, in qla24xx_write_nvram_data() 1471 rd_reg_dword(®->ctrl_status) | CSRX_FLASH_ENABLE); in qla24xx_write_nvram_data() 1472 rd_reg_dword(®->ctrl_status); /* PCI Posting. */ in qla24xx_write_nvram_data() 1494 wrt_reg_dword(®->ctrl_status, in qla24xx_write_nvram_data() 1495 rd_reg_dword(®->ctrl_status) & ~CSRX_FLASH_ENABLE); in qla24xx_write_nvram_data() [all …]
|
| D | qla_dbg.c | 320 wrt_reg_dword(®->ctrl_status, CSRX_DMA_SHUTDOWN|MWB_4096_BYTES); in qla24xx_soft_reset() 322 if ((rd_reg_dword(®->ctrl_status) & CSRX_DMA_ACTIVE) == 0) in qla24xx_soft_reset() 327 if (!(rd_reg_dword(®->ctrl_status) & CSRX_DMA_ACTIVE)) in qla24xx_soft_reset() 330 wrt_reg_dword(®->ctrl_status, in qla24xx_soft_reset() 338 if ((rd_reg_dword(®->ctrl_status) & in qla24xx_soft_reset() 344 if (!(rd_reg_dword(®->ctrl_status) & CSRX_ISP_SOFT_RESET)) in qla24xx_soft_reset() 790 wrt_reg_word(®->ctrl_status, 0x40); in qla2300_fw_dump() 793 wrt_reg_word(®->ctrl_status, 0x50); in qla2300_fw_dump() 796 wrt_reg_word(®->ctrl_status, 0x00); in qla2300_fw_dump() 826 wrt_reg_word(®->ctrl_status, 0x10); in qla2300_fw_dump() [all …]
|
| D | qla_init.c | 2369 ha->pci_attr = rd_reg_word(®->ctrl_status); in qla2100_pci_config() 2420 wrt_reg_word(®->ctrl_status, 0x20); in qla2300_pci_config() 2421 rd_reg_word(®->ctrl_status); in qla2300_pci_config() 2430 wrt_reg_word(®->ctrl_status, 0x0); in qla2300_pci_config() 2431 rd_reg_word(®->ctrl_status); in qla2300_pci_config() 2451 ha->pci_attr = rd_reg_word(®->ctrl_status); in qla2300_pci_config() 2495 ha->pci_attr = rd_reg_dword(®->ctrl_status); in qla24xx_pci_config() 2613 wrt_reg_word(®->ctrl_status, 0x20); in qla2x00_reset_chip() 2614 rd_reg_word(®->ctrl_status); /* PCI Posting. */ in qla2x00_reset_chip() 2627 wrt_reg_word(®->ctrl_status, 0x10); in qla2x00_reset_chip() [all …]
|
| D | qla_fw.h | 1144 __le32 ctrl_status; /* Control/Status. */ member
|
| D | qla_def.h | 712 __le16 ctrl_status; /* Control/Status */ member
|
| D | qla_mbx.c | 573 rd_reg_word(®->isp.ctrl_status), in qla2x00_mailbox_command()
|
| /Linux-v5.10/drivers/crypto/virtio/ |
| D | virtio_crypto_algs.c | 216 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()
|
| D | virtio_crypto_common.h | 70 struct virtio_crypto_inhdr ctrl_status; member
|
| /Linux-v5.10/drivers/dma/ |
| D | img-mdc-dma.c | 96 u32 ctrl_status; member 225 ldesc->ctrl_status = MDC_CONTROL_AND_STATUS_LIST_EN | in mdc_list_desc_config()
|
| /Linux-v5.10/include/linux/ |
| D | tty.h | 321 unsigned long ctrl_status:8, /* ctrl_lock */ member
|