Lines Matching refs:cad
41 DEFINE_PROP_UINT32("cad", HDACodecDevice, cad, -1),
65 if (dev->cad == -1) { in hda_codec_dev_realize()
66 dev->cad = bus->next_cad; in hda_codec_dev_realize()
68 if (dev->cad >= 15) { in hda_codec_dev_realize()
72 bus->next_cad = dev->cad + 1; in hda_codec_dev_realize()
86 HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad) in hda_codec_find() argument
94 if (cdev->cad == cad) { in hda_codec_find()
283 uint32_t cad, nid, data; in intel_hda_send_command() local
287 cad = (verb >> 28) & 0x0f; in intel_hda_send_command()
296 codec = hda_codec_find(&d->codecs, cad); in intel_hda_send_command()
352 __func__, response, dev->cad); in intel_hda_response()
355 d->ics |= (ICH6_IRS_VALID | (dev->cad << 4)); in intel_hda_response()
364 ex = (solicited ? 0 : (1 << 4)) | dev->cad; in intel_hda_response()
1084 d->state_sts |= (1 << cdev->cad); in intel_hda_reset()