Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c6900 nv->firmware_options_2; in qlt_24xx_config_nvram_stage1()
6939 nv->firmware_options_2 |= cpu_to_le32(BIT_14); in qlt_24xx_config_nvram_stage1()
6944 nv->firmware_options_2 &= cpu_to_le32(tmp); in qlt_24xx_config_nvram_stage1()
6946 nv->firmware_options_2 |= cpu_to_le32(tmp); in qlt_24xx_config_nvram_stage1()
6953 nv->firmware_options_2 = in qlt_24xx_config_nvram_stage1()
6966 nv->firmware_options_2 |= cpu_to_le32(BIT_8); in qlt_24xx_config_nvram_stage1()
7006 nv->firmware_options_2; in qlt_81xx_config_nvram_stage1()
7048 nv->firmware_options_2 &= cpu_to_le32(tmp); in qlt_81xx_config_nvram_stage1()
7050 nv->firmware_options_2 |= cpu_to_le32(tmp); in qlt_81xx_config_nvram_stage1()
7056 nv->firmware_options_2 = in qlt_81xx_config_nvram_stage1()
[all …]
H A Dqla_fw.h157 __le32 firmware_options_2; member
402 __le32 firmware_options_2; member
1932 __le32 firmware_options_2; member
2154 __le32 firmware_options_2; member
H A Dqla_init.c4698 icb->firmware_options_2 |= cpu_to_le32(BIT_19); in qla24xx_config_rings()
4713 icb->firmware_options_2 |= cpu_to_le32(BIT_23); in qla24xx_config_rings()
7940 nv->firmware_options_2 = cpu_to_le32(2 << 4); in qla24xx_nvram_config()
7941 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla24xx_nvram_config()
8091 icb->firmware_options_2 &= cpu_to_le32( in qla24xx_nvram_config()
8100 icb->firmware_options_2 |= cpu_to_le32( in qla24xx_nvram_config()
9136 nv->firmware_options_2 = cpu_to_le32(2 << 4); in qla81xx_nvram_config()
9137 nv->firmware_options_2 |= cpu_to_le32(BIT_12); in qla81xx_nvram_config()
9297 icb->firmware_options_2 |= cpu_to_le32(BIT_22); in qla81xx_nvram_config()
9306 icb->firmware_options_2 &= cpu_to_le32( in qla81xx_nvram_config()
[all …]