Searched refs:out32 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c109 #define out32(r, v) writel(v, io_virt + r) macro
254 out32(GE24, 1 << 7); // reset all GE pointers by toggling
255 out32(GE24, 0); // d7 of GE24
257 out32(GE6C, 0); // Pattern and Style, p 129, ok
349 out32(GEB8, basestride | ((desty * info->var.xres_virtual *
351 out32(GE60, col);
352 out32(GE48, fr->rop ? 0x66 : ROP_S);
353 out32(GE44, 0x20000000 | 1 << 19 | 1 << 4 | 2 << 2);
354 out32(GE08, point(fr->dx, 0));
355 out32(GE0
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.b3279 LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\libeay32.lib
H A DMakefile.Watcom234 @%append $^@ library $(OPENSSL_ROOT)$(DS)out32$(DS)libeay32.lib, $(OPENSSL_ROOT)$(DS)out32$(DS)ssleay32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.b3271 LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\libeay32.lib
H A DMakefile.Watcom191 @%append $^@ library $(OPENSSL_ROOT)$(DS)out32$(DS)libeay32.lib, $(OPENSSL_ROOT)$(DS)out32$(DS)ssleay32.lib
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dvx_core.h101 void (*out32)(struct vx_core *chip, int reg, unsigned int val); member in struct:snd_vx_ops
269 snd_assert(chip->ops->out32, return);
270 chip->ops->out32(chip, reg, val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dblowfish.c356 u32 in32[2], out32[2]; local
360 encrypt_block(crypto_tfm_ctx(tfm), out32, in32); local
361 out_blk[0] = cpu_to_be32(out32[0]);
362 out_blk[1] = cpu_to_be32(out32[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c979 .out32 = vx2_outl,
999 .out32 = vx2_outl,

Completed in 82 milliseconds