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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dsgbuf.c35 struct snd_dma_buffer tmpb; local
45 tmpb.dev.type = SNDRV_DMA_TYPE_DEV;
46 tmpb.dev.dev = sgbuf->dev;
50 tmpb.area = sgbuf->table[i].buf;
51 tmpb.addr = sgbuf->table[i].addr & PAGE_MASK;
52 tmpb.bytes = (sgbuf->table[i].addr & ~PAGE_MASK) << PAGE_SHIFT;
53 snd_dma_free_pages(&tmpb);
72 struct snd_dma_buffer tmpb; local
102 chunk, &tmpb) < 0) {
110 chunk = tmpb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddocprobe.c88 unsigned char tmp, tmpb, tmpc, ChipID; local
135 tmpb = ReadDOC(window, 2k_ECCStatus) & DOC_TOGGLE_BIT;
137 if (tmp != tmpb && tmp == tmpc)
150 tmpb = ReadDOC(window, ECCConf) & DOC_TOGGLE_BIT;
152 if (tmp != tmpb && tmp == tmpc)
187 tmpb = ReadDOC(window, Mplus_Toggle) & DOC_TOGGLE_BIT;
189 if (tmp != tmpb && tmp == tmpc)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddiskonchip.c1488 unsigned char tmp, tmpb, tmpc; local
1565 tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
1567 if ((tmp == tmpb) || (tmp != tmpc)) {

Completed in 97 milliseconds