Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c303 WRT16_IO_REG(ha, ctrl_status, 0x20); in ql_pci_sbus_config()
311 WRT16_IO_REG(ha, ctrl_status, 0x0); in ql_pci_sbus_config()
328 if ((RD16_IO_REG(ha, ctrl_status) & ISP_FUNC_NUM_MASK) in ql_pci_sbus_config()
3792 WRT16_IO_REG(ha, ctrl_status, 0x20); in ql_reset_chip()
3803 WRT16_IO_REG(ha, ctrl_status, 0x10); in ql_reset_chip()
3820 WRT16_IO_REG(ha, ctrl_status, 0); in ql_reset_chip()
3847 WRT16_IO_REG(ha, ctrl_status, ISP_RESET); in ql_reset_chip()
3893 WRT16_IO_REG(ha, ctrl_status, 0x30); in ql_reset_chip()
3899 WRT16_IO_REG(ha, ctrl_status, 0); in ql_reset_chip()
3930 WRT32_IO_REG(ha, ctrl_status, DMA_SHUTDOWN); in ql_reset_24xx_chip()
[all …]
H A Dql_ioctl.c887 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_load_nvram()
888 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
889 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */ in ql_24xx_load_nvram()
915 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_load_nvram()
916 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
917 RD32_IO_REG(ha, ctrl_status); /* PCI Posting. */ in ql_24xx_load_nvram()
H A Dql_api.c2581 WRT16_IO_REG(ha, ctrl_status, 0); in ql_quiesce()
11446 WRT16_IO_REG(ha, ctrl_status, data); in ql_flash_enable()
11881 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_read_flash()
11936 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_write_flash()
12031 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_unprotect_flash()
12126 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_protect_flash()
12158 WRT32_IO_REG(ha, ctrl_status, in ql_24xx_protect_flash()
14236 WRT16_IO_REG(ha, ctrl_status, 0); in ql_2200_binary_fw_dump()
14298 WRT16_IO_REG(ha, ctrl_status, 0); in ql_2200_binary_fw_dump()
14447 WRT16_IO_REG(ha, ctrl_status, 0); in ql_2300_binary_fw_dump()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h539 uint16_t ctrl_status; /* Control/Status */ member