Searched refs:DEV_FLAGS_INUSE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Ddbdma.c259 if (!(stp->dev_flags & DEV_FLAGS_INUSE) ||
262 stp->dev_flags |= DEV_FLAGS_INUSE;
263 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) ||
266 dtp->dev_flags |= DEV_FLAGS_INUSE;
269 stp->dev_flags &= ~DEV_FLAGS_INUSE;
331 stp->dev_flags &= ~DEV_FLAGS_INUSE;
332 dtp->dev_flags &= ~DEV_FLAGS_INUSE;
820 stp->dev_flags &= ~DEV_FLAGS_INUSE;
821 dtp->dev_flags &= ~DEV_FLAGS_INUSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h310 #define DEV_FLAGS_INUSE (1 << 0) macro

Completed in 78 milliseconds