Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/bcm/
Dcipher.c4581 const struct spu_type_subtype *matched_spu_type; in spu_dt_read() local
4588 matched_spu_type = of_device_get_match_data(dev); in spu_dt_read()
4589 if (!matched_spu_type) { in spu_dt_read()
4594 spu->spu_type = matched_spu_type->type; in spu_dt_read()
4595 spu->spu_subtype = matched_spu_type->subtype; in spu_dt_read()