Searched refs:ppctl (Results 1 – 2 of 2) sorted by relevance
280 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()
128 uint32_t ppctl; // (0x04) Processing Pipe Control member
Completed in 6 milliseconds