Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.c4670 const struct spu_type_subtype *matched_spu_type; in spu_dt_read() local
4677 matched_spu_type = of_device_get_match_data(dev); in spu_dt_read()
4678 if (!matched_spu_type) { in spu_dt_read()
4683 spu->spu_type = matched_spu_type->type; in spu_dt_read()
4684 spu->spu_subtype = matched_spu_type->subtype; in spu_dt_read()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dcipher.c4638 const struct spu_type_subtype *matched_spu_type; in spu_dt_read() local
4645 matched_spu_type = of_device_get_match_data(dev); in spu_dt_read()
4646 if (!matched_spu_type) { in spu_dt_read()
4651 spu->spu_type = matched_spu_type->type; in spu_dt_read()
4652 spu->spu_subtype = matched_spu_type->subtype; in spu_dt_read()

Completed in 10 milliseconds