Home
last modified time | relevance | path

Searched defs:SET (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/staging/media/easycap/
Deasycap_low.c53 #define SET(X, Y, Z) do { \ macro
/linux-3.3/net/netfilter/
Dnf_conntrack_h323_asn1.c56 #define SET 9 macro
/linux-3.3/arch/mips/mm/
Duasm.c34 SET = 0x200, enumerator
/linux-3.3/drivers/mtd/nand/
Ddenali.h368 #define SET 1 /*use this to set a field instead of "pass"*/ macro
/linux-3.3/include/video/
Dgbe.h87 #define SET(v, f, msb, lsb) \ macro
Dsgivw.h22 #define SET(v, f, msb, lsb) ( (v) = ((v)&~MASK(msb,lsb)) | (( (u32)(f)<<(lsb) ) & MASK(msb,lsb)… macro
/linux-3.3/drivers/net/fddi/skfp/h/
Dskfbi.h1042 #define SET(io,mask) outpw((io),inpw(io)|(mask)) macro