Searched refs:tmp_v (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/alpha/lib/ |
D | checksum.c | 26 } 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()
|
D | csum_partial_copy.c | 82 } 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-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.c | 319 volatile int tmp_v = abs(cur_vit_mask - bin); in ar9002_hw_spur_mitigate() local 321 if (tmp_v < 75) in ar9002_hw_spur_mitigate()
|
D | ar5008_phy.c | 366 volatile int tmp_v = abs(cur_vit_mask - bin); in ar5008_hw_spur_mitigate() local 368 if (tmp_v < 75) in ar5008_hw_spur_mitigate()
|
/linux-4.1.27/drivers/media/platform/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-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 650 void *tmp_v; in init_shared_mem() local 651 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem() 653 if (!tmp_v) { in init_shared_mem() 664 mac_control->zerodma_virt_addr = tmp_v; in init_shared_mem() 668 dev->name, tmp_v); in init_shared_mem() 669 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem() 671 if (!tmp_v) { in init_shared_mem() 683 tmp_v + (k * lst_size); in init_shared_mem()
|