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()
3852 if ((RD16_IO_REG(ha, ctrl_status) & ISP_RESET) == 0) { 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()
[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.c2570 WRT32_IO_REG(ha, ctrl_status, ISP_RESET | DMA_SHUTDOWN | in ql_quiesce()
2573 WRT32_IO_REG(ha, ctrl_status, ISP_RESET | DMA_SHUTDOWN); in ql_quiesce()
2581 WRT16_IO_REG(ha, ctrl_status, 0); in ql_quiesce()
11444 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) | in ql_flash_enable()
11446 WRT16_IO_REG(ha, ctrl_status, data); in ql_flash_enable()
11488 data = (uint16_t)(RD16_IO_REG(ha, ctrl_status) & in ql_flash_disable()
11490 WRT16_IO_REG(ha, ctrl_status, data); in ql_flash_disable()
11525 bank_select = (uint16_t)RD16_IO_REG(ha, ctrl_status); in ql_write_flash_byte()
11531 WRT16_IO_REG(ha, ctrl_status, bank_select); in ql_write_flash_byte()
11537 WRT16_IO_REG(ha, ctrl_status, bank_select); in ql_write_flash_byte()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h539 uint16_t ctrl_status; /* Control/Status */ member