Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c4641 const struct spu_type_subtype *matched_spu_type; in spu_dt_read() local
4648 matched_spu_type = of_device_get_match_data(dev); in spu_dt_read()
4649 if (!matched_spu_type) { in spu_dt_read()
4654 spu->spu_type = matched_spu_type->type; in spu_dt_read()
4655 spu->spu_subtype = matched_spu_type->subtype; in spu_dt_read()