Searched refs:password (Results 1 – 2 of 2) sorted by relevance
28 int mec_hal_eeprom_init(struct mec_eeprom_ctrl_regs *regs, uint32_t flags, uint32_t password) in mec_hal_eeprom_init() argument48 regs->PSWD = password; in mec_hal_eeprom_init()172 int mec_hal_eeprom_set_password(struct mec_eeprom_ctrl_regs *regs, uint32_t password) in mec_hal_eeprom_set_password() argument178 regs->PSWD = password; in mec_hal_eeprom_set_password()207 int mec_hal_eeprom_unlock(struct mec_eeprom_ctrl_regs *regs, uint32_t password) in mec_hal_eeprom_unlock() argument213 regs->PSWD = password; in mec_hal_eeprom_unlock()
62 int mec_hal_eeprom_init(struct mec_eeprom_ctrl_regs *regs, uint32_t flags, uint32_t password);74 int mec_hal_eeprom_set_password(struct mec_eeprom_ctrl_regs *regs, uint32_t password);76 int mec_hal_eeprom_unlock(struct mec_eeprom_ctrl_regs *regs, uint32_t password);