/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A 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() 32 /* Since the bits of tmp_v.sh[3] are going to always be zero, 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 D | csum_partial_copy.c | 63 } in_v, tmp_v, out_v; in from64to16() local 66 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16() 68 /* Since the bits of tmp_v.sh[3] are going to always be zero, in from64to16() 70 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16() 71 + (unsigned long) tmp_v.us[2]; in from64to16()
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A 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() 32 /* Since the bits of tmp_v.sh[3] are going to always be zero, 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 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() 69 /* Since the bits of tmp_v.sh[3] are going to always be zero, 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispresizer.c | 153 u32 startaddr_h, startaddr_v, tmp_h, tmp_v; in resizer_set_filters() local 162 tmp_v = v_coeff[i] | in resizer_set_filters() 165 isp_reg_writel(isp, tmp_v, OMAP3_ISP_IOMEM_RESZ, startaddr_v); in resizer_set_filters()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar5008_phy.c | 330 volatile int tmp_v = abs(cur_vit_mask - bin); in ar5008_hw_cmn_spur_mitigate() local 332 if (tmp_v < 75) in ar5008_hw_cmn_spur_mitigate()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A 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()
|