Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h86 #define DDMA_STAT_H (1 << 0) /* Channel Halted */ macro
/linux-6.1.9/arch/mips/alchemy/common/
Ddbdma.c764 while (!(cp->ddma_stat & DDMA_STAT_H)) { in au1xxx_dbdma_stop()