Lines Matching defs:slot
36 int slot)
38 u32 slot_offset = cq_host->crypto_cfg_register + slot * sizeof(*cfg);
42 return cq_host->ops->program_key(cq_host, cfg, slot);
63 unsigned int slot)
102 err = cqhci_crypto_program_key(cq_host, &cfg, slot);
108 static int cqhci_crypto_clear_keyslot(struct cqhci_host *cq_host, int slot)
116 return cqhci_crypto_program_key(cq_host, &cfg, slot);
121 unsigned int slot)
125 return cqhci_crypto_clear_keyslot(cq_host, slot);
176 unsigned int slot;
232 for (slot = 0; slot < num_keyslots; slot++)
233 cqhci_crypto_clear_keyslot(cq_host, slot);