Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/lib/
H A Dchecksum.c27 } in_v, tmp_v, out_v; in from64to16() local
30 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
34 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
35 + (unsigned long) tmp_v.us[2]; in from64to16()
H A Dcsum_partial_copy.c64 } in_v, tmp_v, out_v; in from64to16() local
67 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
71 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
72 + (unsigned long) tmp_v.us[2]; in from64to16()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c156 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local
165 tmp_v = v_coeff[i] | in resizer_set_filters()
168 isp_reg_writel(isp, tmp_v, OMAP3_ISP_IOMEM_RESZ, startaddr_v); in resizer_set_filters()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c323 volatile int tmp_v = abs(cur_vit_mask - bin); in ar5008_hw_cmn_spur_mitigate() local
325 if (tmp_v < 75) in ar5008_hw_cmn_spur_mitigate()
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c642 void *tmp_v; in init_shared_mem() local
643 tmp_v = dma_alloc_coherent(&nic->pdev->dev, PAGE_SIZE, in init_shared_mem()
645 if (!tmp_v) { in init_shared_mem()
656 mac_control->zerodma_virt_addr = tmp_v; in init_shared_mem()
660 dev->name, tmp_v); in init_shared_mem()
661 tmp_v = dma_alloc_coherent(&nic->pdev->dev, in init_shared_mem()
664 if (!tmp_v) { in init_shared_mem()
676 tmp_v + (k * lst_size); in init_shared_mem()