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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.c1598 uint32_t tempAddress; local
1615 tempAddress = readl(in->yPath.hwRegPongAddress);
1617 CDBG("pong 1 addr = 0x%x\n", tempAddress);
1618 *pdestRenderAddr++ = tempAddress;
1620 tempAddress = readl(in->cbcrPath.hwRegPongAddress);
1622 CDBG("pong 2 addr = 0x%x\n", tempAddress);
1623 *pdestRenderAddr = tempAddress;
1632 tempAddress = readl(in->yPath.hwRegPingAddress);
1633 CDBG("ping 1 addr = 0x%x\n", tempAddress);
1634 *pdestRenderAddr++ = tempAddress;
[all...]

Completed in 93 milliseconds