Lines Matching defs:slot
21 const union ufs_crypto_cfg_entry *cfg, int slot)
24 u32 slot_offset = hba->crypto_cfg_register + slot * sizeof(*cfg);
30 err = hba->vops->program_key(hba, cfg, slot);
53 unsigned int slot)
91 err = ufshcd_program_key(hba, &cfg, slot);
97 static int ufshcd_clear_keyslot(struct ufs_hba *hba, int slot)
105 return ufshcd_program_key(hba, &cfg, slot);
110 unsigned int slot)
114 return ufshcd_clear_keyslot(hba, slot);
225 int slot;
231 for (slot = 0; slot < hba->crypto_capabilities.config_count + 1; slot++)
232 ufshcd_clear_keyslot(hba, slot);