Home
last modified time | relevance | path

Searched refs:ISP_FLASH_ENABLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c888 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
916 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
H A Dql_api.c11445 ISP_FLASH_ENABLE); in ql_flash_enable()
11489 ~ISP_FLASH_ENABLE); in ql_flash_disable()
12032 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_unprotect_flash()
12127 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_protect_flash()
12159 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_protect_flash()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h592 #define ISP_FLASH_ENABLE BIT_1 /* Flash BIOS Read/Write enable */ macro