Home
last modified time | relevance | path

Searched refs:hccr (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c292 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 Dql_api.c2545 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 Dql_isr.c199 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 Dql_mbx.c158 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 Dql_init.h762 uint32_t hccr; member
798 uint32_t hccr; member
843 uint32_t hccr; member
888 uint32_t hccr; member
H A Dql_api.h556 uint16_t hccr; /* Host command & control register. */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1946 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()