Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ptdma/
Dptdma-dev.c60 iowrite32(cmd_q->qcontrol | CMD_Q_RUN, cmd_q->reg_control); in pt_start_queue()
66 iowrite32(cmd_q->qcontrol & ~CMD_Q_RUN, cmd_q->reg_control); in pt_stop_queue()
Dptdma.h88 #define CMD_Q_RUN BIT(0) macro