Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ptdma/
H A 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()
H A Dptdma.h88 #define CMD_Q_RUN BIT(0) macro