Home
last modified time | relevance | path

Searched refs:CSR_EEPROM_GP_VALID_MSK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcsr.h294 #define CSR_EEPROM_GP_VALID_MSK (0x00000007) /* signature */ macro
H A Dcommon.c655 u32 gp = _il_rd(il, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in il_eeprom_verify_signature()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c70 u32 gp = iwl_read32(trans, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in iwl_eeprom_verify_signature()
H A Diwl-csr.h367 #define CSR_EEPROM_GP_VALID_MSK (0x00000007) /* signature */ macro