dscr_cmd0         564 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 = cmd0;
dscr_cmd0         613 arch/mips/alchemy/common/dbdma.c 	if (dp->dscr_cmd0 & DSCR_CMD0_V)
dscr_cmd0         621 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 |= DSCR_CMD0_IE;
dscr_cmd0         623 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 &= ~DSCR_CMD0_IE;
dscr_cmd0         633 arch/mips/alchemy/common/dbdma.c 	dp->dscr_cmd0 |= DSCR_CMD0_V;	/* Let it rip */
dscr_cmd0         669 arch/mips/alchemy/common/dbdma.c 	if (dp->dscr_cmd0 & DSCR_CMD0_V)
dscr_cmd0         676 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 |= DSCR_CMD0_IE;
dscr_cmd0         678 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 &= ~DSCR_CMD0_IE;
dscr_cmd0         684 arch/mips/alchemy/common/dbdma.c 			  dp->dscr_cmd0, dp->dscr_cmd1, dp->dscr_source0,
dscr_cmd0         695 arch/mips/alchemy/common/dbdma.c 	dp->dscr_cmd0 |= DSCR_CMD0_V;	/* Let it rip */
dscr_cmd0         737 arch/mips/alchemy/common/dbdma.c 	if (dp->dscr_cmd0 & DSCR_CMD0_V)
dscr_cmd0         812 arch/mips/alchemy/common/dbdma.c 		dp->dscr_cmd0 &= ~DSCR_CMD0_V;
dscr_cmd0         921 arch/mips/alchemy/common/dbdma.c 				  i++, (u32)dp, dp->dscr_cmd0, dp->dscr_cmd1);
dscr_cmd0         957 arch/mips/alchemy/common/dbdma.c 	if (dp->dscr_cmd0 & DSCR_CMD0_V)
dscr_cmd0         968 arch/mips/alchemy/common/dbdma.c 	dp->dscr_cmd0 &= ~DSCR_CMD0_IE;
dscr_cmd0         969 arch/mips/alchemy/common/dbdma.c 	dp->dscr_cmd0 |= dscr->dscr_cmd0 | DSCR_CMD0_V;
dscr_cmd0          93 arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h 	u32	dscr_cmd0;		/* See below */
dscr_cmd0          70 drivers/ide/au1xxx-ide.c 	while (dp->dscr_cmd0 & DSCR_CMD0_V)
dscr_cmd0          88 drivers/ide/au1xxx-ide.c 	while (dp->dscr_cmd0 & DSCR_CMD0_V)