Searched refs:dwVal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c353 unsigned int dwVal; local
368 dwVal = (unsigned int) (reg & 0xff);
369 dwVal |= 0x8000 | (val << 16);
371 dwVal |= 0x0080;
373 dwVal |= 0x0100;
375 snd_ali_5451_poke(codec, port, dwVal);
384 unsigned int dwVal; local
399 dwVal = (unsigned int) (reg & 0xff);
400 dwVal |= 0x8000; /* bit 15*/
402 dwVal |
448 unsigned int dwVal; local
488 unsigned long dwVal; local
498 unsigned long dwVal; local
735 unsigned int dwVal; local
750 unsigned int dwVal; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp499 long dwVal;
500 return QueryValue(szValue, &dwVal) &&
501 keyDst.SetValue(szValueNew, dwVal);

Completed in 60 milliseconds