Searched defs:CLEAR (Results 1 - 7 of 7) sorted by relevance

/drivers/mtd/devices/
H A Ddocecc.c79 #define CLEAR(a,n) {\ macro
232 CLEAR(&lambda[1],NN-KK);
/drivers/dma/
H A Ddw_dmac_regs.h55 struct dw_dma_irq_regs CLEAR; /* w (ack, affects "raw") */ member in struct:dw_dma_regs
/drivers/isdn/i4l/
H A Disdn_bsdcomp.c153 #define CLEAR 256 /* table clear output code */ macro
197 * the absence of CLEAR codes (while packets are incompressible), they
200 static int bsd_check (struct bsd_db *db) /* 1=output CLEAR */
599 OUTPUT (CLEAR);
706 oldcode = CLEAR;
738 if (incode == CLEAR) {
741 printk(KERN_DEBUG "bsd_decomp%d: bad CLEAR\n", db->unit);
749 || (incode > max_ent && oldcode == CLEAR)) {
829 if (oldcode != CLEAR && max_ent < db->maxmaxcode) {
/drivers/net/ethernet/dlink/
H A Dde620.h79 #define CLEAR 0x10 /* reset part of hardware */ macro
/drivers/net/ppp/
H A Dbsd_comp.c199 #define CLEAR 256 /* table clear output code */ macro
243 * the absence of CLEAR codes (while packets are incompressible), they
247 static int bsd_check (struct bsd_db *db) /* 1=output CLEAR */
758 OUTPUT (CLEAR);
898 oldcode = CLEAR;
935 if (incode == CLEAR)
941 printk("bsd_decomp%d: bad CLEAR\n", db->unit);
951 || (incode > max_ent && oldcode == CLEAR))
1051 if (oldcode != CLEAR && max_ent < db->maxmaxcode)
/drivers/mtd/nand/
H A Ddenali.h367 #define CLEAR 0 /*use this to clear a field instead of "fail"*/ macro
/drivers/net/fddi/skfp/h/
H A Dskfbi.h1041 #define CLEAR(io,mask) outpw((io),inpw(io)&(~(mask))) macro

Completed in 144 milliseconds