Searched refs:corb (Results 1 – 3 of 3) sorted by relevance
744 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_start() local777 corb->run = 1; in hda_corb_start()787 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_run() local792 if (corb->wp >= corb->size) { in hda_corb_run()794 corb->size); in hda_corb_run()798 while (corb->rp != corb->wp && corb->run) { in hda_corb_run()799 corb->rp++; in hda_corb_run()800 corb->rp %= corb->size; in hda_corb_run()811 if (corb->run) in hda_corb_run()941 corb = &sc->corb; in hda_set_corbctl()[all …]
1029 uint32_t *corb; in hdac_send_command() local1039 corb = (uint32_t *)sc->corb_dma.dma_vaddr; in hdac_send_command()1042 corb[sc->corb_wp] = htole32(verb); in hdac_send_command()
73954 winnow-corb