Searched refs:corb (Results 1 – 3 of 3) sorted by relevance
123 struct hda_codec_cmd_ctl corb; member752 struct hda_codec_cmd_ctl *corb = &sc->corb; in hda_corb_start() local758 corb->name = "CORB"; in hda_corb_start()762 corb->size = hda_corb_sizes[corbsize]; in hda_corb_start()764 if (!corb->size) { in hda_corb_start()775 corb->dma_vaddr = hda_dma_get_vaddr(sc, corbpaddr, in hda_corb_start()776 HDA_CORB_ENTRY_LEN * corb->size); in hda_corb_start()777 if (!corb->dma_vaddr) { in hda_corb_start()782 corb->wp = hda_get_reg_by_offset(sc, HDAC_CORBWP); in hda_corb_start()783 corb->rp = hda_get_reg_by_offset(sc, HDAC_CORBRP); in hda_corb_start()[all …]
1038 uint32_t *corb; in hdac_send_command() local1048 corb = (uint32_t *)sc->corb_dma.dma_vaddr; in hdac_send_command()1051 corb[sc->corb_wp] = htole32(verb); in hdac_send_command()
73954 winnow-corb