Home
last modified time | relevance | path

Searched refs:tmp_v (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/alpha/lib/
Dchecksum.c26 } in_v, tmp_v, out_v; in from64to16() local
29 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
33 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
34 + (unsigned long) tmp_v.us[2]; in from64to16()
Dcsum_partial_copy.c82 } in_v, tmp_v, out_v; in from64to16() local
85 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
89 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
90 + (unsigned long) tmp_v.us[2]; in from64to16()
/linux-2.6.39/drivers/staging/msm/
Dmdp_ppp.c1458 u32 tmp_v; in mdp_ppp_blit() local
1465 tmp_v = in mdp_ppp_blit()
1472 iBuf.roi.x -= tmp_v - iBuf.roi.width; in mdp_ppp_blit()
1473 iBuf.roi.width = tmp_v; in mdp_ppp_blit()
1477 tmp_v = in mdp_ppp_blit()
1487 iBuf.roi.width = tmp_v; in mdp_ppp_blit()
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c318 volatile int tmp_v = abs(cur_vit_mask - bin); in ar9002_hw_spur_mitigate() local
320 if (tmp_v < 75) in ar9002_hw_spur_mitigate()
Dar5008_phy.c334 volatile int tmp_v = abs(cur_vit_mask - bin); in ar5008_hw_spur_mitigate() local
336 if (tmp_v < 75) in ar5008_hw_spur_mitigate()
/linux-2.6.39/drivers/media/video/omap3isp/
Dispresizer.c166 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local
175 tmp_v = v_coeff[i] | in resizer_set_filters()
178 isp_reg_writel(isp, tmp_v, OMAP3_ISP_IOMEM_RESZ, startaddr_v); in resizer_set_filters()
/linux-2.6.39/drivers/net/
Ds2io.c708 void *tmp_v; in init_shared_mem() local
709 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem()
711 if (!tmp_v) { in init_shared_mem()
722 mac_control->zerodma_virt_addr = tmp_v; in init_shared_mem()
726 dev->name, tmp_v); in init_shared_mem()
727 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem()
729 if (!tmp_v) { in init_shared_mem()
741 tmp_v + (k * lst_size); in init_shared_mem()