Searched refs:hccr (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_init.c | 292 WRT16_IO_REG(ha, hccr, HC_PAUSE_RISC); in ql_pci_sbus_config() 294 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) != in ql_pci_sbus_config() 314 WRT16_IO_REG(ha, hccr, HC_RELEASE_RISC); in ql_pci_sbus_config() 316 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) == in ql_pci_sbus_config() 3774 WRT16_IO_REG(ha, hccr, HC_PAUSE_RISC); in ql_reset_chip() 3776 if ((RD16_IO_REG(ha, hccr) & HC_RISC_PAUSE) != 0) { in ql_reset_chip() 3823 WRT16_IO_REG(ha, hccr, HC_RESET_RISC); in ql_reset_chip() 3829 WRT16_IO_REG(ha, hccr, HC_RELEASE_RISC); in ql_reset_chip() 3832 WRT16_IO_REG(ha, hccr, HC_CLR_RISC_INT); in ql_reset_chip() 3833 WRT16_IO_REG(ha, hccr, HC_CLR_HOST_INT); in ql_reset_chip() [all …]
|
H A D | ql_api.c | 2545 WRT32_IO_REG(ha, hccr, HC24_CLR_RISC_INT); in ql_quiesce() 2555 WRT32_IO_REG(ha, hccr, HC24_SET_HOST_INT); in ql_quiesce() 2560 WRT32_IO_REG(ha, hccr, in ql_quiesce() 2564 WRT32_IO_REG(ha, hccr, HC24_CLR_RISC_INT); in ql_quiesce() 2585 WRT16_IO_REG(ha, hccr, HC_RESET_RISC); in ql_quiesce() 2587 WRT16_IO_REG(ha, hccr, HC_RELEASE_RISC); in ql_quiesce() 4544 RD16_IO_REG(ha, hccr), in ql_port_manage() 12773 (void) sprintf(bp, "\nHCCR Register\n%08x\n", fw->hccr); in ql_24xx_ascii_fw_dump() 13187 (void) sprintf(bp, "\nHCCR Register\n%08x\n", fw->hccr); in ql_25xx_ascii_fw_dump() 13677 (void) sprintf(bp, "\nHCCR Register\n%08x\n", fw->hccr); in ql_81xx_ascii_fw_dump() [all …]
|
H A D | ql_isr.c | 199 WRT32_IO_REG(ha, hccr, HC24_CLR_RISC_INT); in ql_clr_risc_intr() 200 RD32_IO_REG(ha, hccr); /* PCI posting. */ in ql_clr_risc_intr() 203 WRT16_IO_REG(ha, hccr, HC_CLR_RISC_INT); in ql_clr_risc_intr() 204 RD16_IO_REG(ha, hccr); /* PCI posting. */ in ql_clr_risc_intr() 586 hccr_reg = RD16_IO_REG(ha, hccr); in ql_handle_uncommon_risc_intr()
|
H A D | ql_mbx.c | 158 WRT32_IO_REG(ha, hccr, HC24_SET_HOST_INT); in ql_mailbox_command() 160 WRT16_IO_REG(ha, hccr, HC_SET_HOST_INT); in ql_mailbox_command()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_init.h | 762 uint32_t hccr; member 798 uint32_t hccr; member 843 uint32_t hccr; member 888 uint32_t hccr; member
|
H A D | ql_api.h | 556 uint16_t hccr; /* Host command & control register. */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 1946 mdb_printf("\nHCCR Register\n%08x\n", fw->hccr); in ql_8300_dump_dcmd() 2690 mdb_printf("\nHCCR Register\n%08x\n", fw->hccr); in ql_24xx_dump_dcmd() 3019 mdb_printf("\nHCCR Register\n%08x\n", fw->hccr); in ql_25xx_dump_dcmd() 3443 mdb_printf("\nHCCR Register\n%08x\n", fw->hccr); in ql_81xx_dump_dcmd()
|