Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c882 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
910 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_load_nvram()
H A Dql_api.c11057 ISP_FLASH_ENABLE); in ql_flash_enable()
11101 ~ISP_FLASH_ENABLE); in ql_flash_disable()
11623 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_unprotect_flash()
11695 RD32_IO_REG(ha, ctrl_status) | ISP_FLASH_ENABLE); in ql_24xx_protect_flash()
11727 RD32_IO_REG(ha, ctrl_status) & ~ISP_FLASH_ENABLE); in ql_24xx_protect_flash()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h506 #define ISP_FLASH_ENABLE BIT_1 /* Flash BIOS Read/Write enable */ macro