Searched refs:tmpb (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dsgbuf.c35 struct snd_dma_buffer tmpb; local
41 tmpb.dev.type = SNDRV_DMA_TYPE_DEV;
42 tmpb.dev.dev = sgbuf->dev;
44 tmpb.area = sgbuf->table[i].buf;
45 tmpb.addr = sgbuf->table[i].addr;
46 tmpb.bytes = PAGE_SIZE;
47 snd_dma_free_pages(&tmpb);
67 struct snd_dma_buffer tmpb; local
86 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, device, PAGE_SIZE, &tmpb) < 0) {
92 sgbuf->table[i].buf = tmpb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddocprobe.c99 unsigned char tmp, tmpb, tmpc, ChipID; local
146 tmpb = ReadDOC(window, 2k_ECCStatus) & DOC_TOGGLE_BIT;
148 if (tmp != tmpb && tmp == tmpc)
161 tmpb = ReadDOC(window, ECCConf) & DOC_TOGGLE_BIT;
163 if (tmp != tmpb && tmp == tmpc)
198 tmpb = ReadDOC(window, Mplus_Toggle) & DOC_TOGGLE_BIT;
200 if (tmp != tmpb && tmp == tmpc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dtmdiff.c165 FILETIME tmpa,tmpb,tmpc; local
172 GetThreadTimes(tm->thread_id,&tmpa,&tmpb,&tmpc,&(tm->ms_win32));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dtmdiff.c171 FILETIME tmpa,tmpb,tmpc; local
178 GetThreadTimes(tm->thread_id,&tmpa,&tmpb,&tmpc,&(tm->ms_win32));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sensors.c302 u64 tmps, tmpa, tmpb; local
325 tmpb = ((u64)cpuvcp->power_quads[1]) * ((u64)power);
326 *value = (tmpa >> 28) + (tmpb >> 28) + (cpuvcp->power_quads[2] >> 12);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c1496 unsigned char tmp, tmpb, tmpc; local
1573 tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
1575 if ((tmp == tmpb) || (tmp != tmpc)) {

Completed in 88 milliseconds