Home
last modified time | relevance | path

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

/linux-2.6.39/arch/cris/arch-v32/lib/
Dnand_init.S64 .macro SET x macro
/linux-2.6.39/drivers/staging/spectra/
Dffsdefs.h24 #define SET 1 /*use this to set a field instead of "pass"*/ macro
/linux-2.6.39/drivers/staging/easycap/
Deasycap_low.c52 #define SET(X, Y, Z) do { \ macro
/linux-2.6.39/net/netfilter/
Dnf_conntrack_h323_asn1.c56 #define SET 9 macro
/linux-2.6.39/arch/mips/mm/
Duasm.c34 SET = 0x200, enumerator
/linux-2.6.39/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-2.6.39/drivers/mtd/nand/
Ddenali.h625 #define SET 1 /*use this to set a field instead of "pass"*/ macro
/linux-2.6.39/drivers/net/skfp/h/
Dskfbi.h1042 #define SET(io,mask) outpw((io),inpw(io)|(mask)) macro