Home
last modified time | relevance | path

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

/system/dev/audio/intel-hda/controller/
A Dintel-hda-dsp.cpp280 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_GPROCEN); in Enable()
284 REG_WR(&pp_regs()->ppctl, 0u); in Disable()
296 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_PIE); in IrqEnable()
303 REG_CLR_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_PIE); in IrqDisable()
463 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, (1 << stream->dma_id())); in ProcessRequestStream()
502 REG_CLR_BITS<uint32_t>(&pp_regs()->ppctl, (1 << stream->dma_id())); in ProcessReleaseStream()
/system/ulib/intel-hda/include/intel-hda/utils/
A Dintel-hda-registers.h128 uint32_t ppctl; // (0x04) Processing Pipe Control member

Completed in 6 milliseconds