Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drtq9128.c768 unsigned int veninfo, venid, chip_model; in rtq9128_probe() local
802 ret = regmap_read(regmap, RTQ9128_REG_VENDOR_ID, &veninfo); in rtq9128_probe()
806 venid = FIELD_GET(RTQ9128_VENDOR_ID_MASK, veninfo); in rtq9128_probe()
810 chip_model = FIELD_GET(RTQ9128_MODEL_ID_MASK, veninfo); in rtq9128_probe()