Home
last modified time | relevance | path

Searched refs:wprot (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1789 u32 hpm, wprot; in iwl_trans_pcie_clear_persistence_bit() local
1793 wprot = PREG_PRPH_WPROT_9000; in iwl_trans_pcie_clear_persistence_bit()
1796 wprot = PREG_PRPH_WPROT_22000; in iwl_trans_pcie_clear_persistence_bit()
1804 u32 wprot_val = iwl_read_umac_prph_no_grab(trans, wprot); in iwl_trans_pcie_clear_persistence_bit()
/linux/drivers/scsi/qla2xxx/
H A Dqla_sup.c310 __le16 wprot, wprot_old; in qla2x00_clear_nvram_protection() local
319 wprot = cpu_to_le16(qla2x00_get_nvram_word(ha, ha->nvram_base)); in qla2x00_clear_nvram_protection()
320 if (stat != QLA_SUCCESS || wprot != cpu_to_le16(0x1234)) { in qla2x00_clear_nvram_protection()