Searched refs:tmp_v (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/alpha/lib/ |
D | checksum.c | 27 } 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()
|
D | csum_partial_copy.c | 64 } 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()
|
/linux-6.1.9/drivers/media/platform/ti/omap3isp/ |
D | ispresizer.c | 156 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()
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 323 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()
|
/linux-6.1.9/drivers/net/ethernet/neterion/ |
D | s2io.c | 642 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()
|