Searched refs:FLUSH (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddbdma.h34 #define FLUSH 0x2000 macro
96 out_le32(&((regs)->control), (RUN|FLUSH)<<16); \
97 while(in_le32(&((regs)->status)) & (ACTIVE|FLUSH)) \
102 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Da2091.h49 volatile unsigned short FLUSH; member in struct:__anon6356
H A Da3000.h41 volatile unsigned short FLUSH; member in struct:__anon6357
H A Da2091.c126 DMA(instance)->FLUSH = 1;
H A Da3000.c126 DMA(instance)->FLUSH = 1;
130 mb(); /* no IO until FLUSH is done */
H A Dmac53c94.c100 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
126 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
H A Dmesh.c366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */
1711 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dcache.S139 * FLUSH all cache lines assocoiated with this
154 FLUSH [P0];
159 FLUSH [P0];
239 FLUSH[P0];
241 FLUSH[P0++];
249 FLUSH[P0];
258 FLUSH[P0];
260 .Lfl1: FLUSH [P0++];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Duda1341.h119 FLUSH, enumerator in enum:write_through
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c575 return snd_uda1341_update_bits(clnt, reg, mask, shift, val, FLUSH);
633 return snd_uda1341_update_bits(clnt, reg, mask, shift, uda->cfg[where], FLUSH);
712 snd_uda1341_update_bits(clnt, reg_1, mask_1, shift_1, val1, FLUSH);
713 return snd_uda1341_update_bits(clnt, reg_2, mask_2, shift_2, val2, FLUSH);
839 return snd_uda1341_cfg_write(clnt, cmd, (int) arg, FLUSH);
852 snd_uda1341_cfg_write(clnt, CMD_FS, F256, FLUSH); // unknown state after reset
853 snd_uda1341_cfg_write(clnt, CMD_FORMAT, LSB16, FLUSH); // unknown state after reset
854 snd_uda1341_cfg_write(clnt, CMD_OGAIN, ON, FLUSH); // default off after reset
855 snd_uda1341_cfg_write(clnt, CMD_IGAIN, ON, FLUSH); // default off after reset
856 snd_uda1341_cfg_write(clnt, CMD_DAC, ON, FLUSH); //
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dstream.h70 #define FLUSH(stream) \ macro
H A Dmmd.c94 FLUSH((Stream_t *) Target);
H A Dmformat.c1303 FLUSH((Stream_t *)&Fs); /* flushes Fs.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c925 out_le32(&awacs_txdma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
1056 (RUN|PAUSE|FLUSH|WAKE) << 16);
1158 (RUN|PAUSE|FLUSH|WAKE) << 16);
1269 out_le32(&awacs_txdma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
1367 out_le32(&awacs_txdma->control, (RUN|WAKE|FLUSH|PAUSE) << 16);
1430 out_le32(&awacs_rxdma->control, (RUN|WAKE|FLUSH << 16));
2277 out_le32(&awacs_txdma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
2335 out_le32(&awacs_rxdma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
2405 out_le32(&awacs_rxdma->control, ((FLUSH) << 16) + FLUSH );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c307 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16);
473 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
483 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
511 st_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
512 st_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
H A Dbmac.c149 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN));
430 st_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
431 st_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1348 st_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1349 st_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1438 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
1444 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810.h72 #define FLUSH (0x04 << 23) macro
H A Di810_accel.c262 PUT_RING(PARSER | FLUSH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dpmac.c174 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16);
636 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
638 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dpmac.c1600 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control);
1976 writel((FLUSH << 16) | FLUSH, &dma->control);
1981 if ((status & FLUSH) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c1997 #define FLUSH do { } while(0); macro
1999 #define FLUSH if (draw_x >= 0) { \
2214 FLUSH
2219 FLUSH
2249 FLUSH
2261 FLUSH
2264 FLUSH
2270 #undef FLUSH macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1210 Tracev((stderr,"[FLUSH]")); \
3113 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3114 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
3503 FLUSH
4286 FLUSH
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.c247 out_le32(&ch->control, PLANB_CLR(RUN) | PLANB_SET(FLUSH));
248 while((in_le32(&ch->status) == (ACTIVE | FLUSH)) && (i < 999)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1548 Tracev((stderr,"[FLUSH]")); \
3600 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3601 #define NEEDOUT {if(m==0){WWRAP if(m==0){FLUSH WWRAP if(m==0) LEAVE}}r=Z_OK;}
3983 FLUSH
4817 FLUSH
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex675 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
785 \label{IP-ADDR-FLUSH}
1450 (sec.\ref{IP-ROUTE-FLUSH}, p.\pageref{IP-ROUTE-FLUSH}) which
1669 \label{IP-ROUTE-FLUSH}

Completed in 177 milliseconds

12