Home
last modified time | relevance | path

Searched refs:temp64 (Results 1 – 11 of 11) sorted by relevance

/drivers/clk/imx/
Dclk-frac-pll.c101 u64 temp64 = parent_rate; in clk_pll_recalc_rate() local
110 temp64 *= 8; in clk_pll_recalc_rate()
111 temp64 *= divff; in clk_pll_recalc_rate()
112 do_div(temp64, PLL_FRAC_DENOM); in clk_pll_recalc_rate()
113 do_div(temp64, divq); in clk_pll_recalc_rate()
117 rate += temp64; in clk_pll_recalc_rate()
127 u64 temp64; in clk_pll_round_rate() local
131 temp64 = rate; in clk_pll_round_rate()
132 do_div(temp64, parent_rate); in clk_pll_round_rate()
133 divfi = temp64; in clk_pll_round_rate()
[all …]
Dclk-pllv4.c73 u64 temp64; in clk_pllv4_recalc_rate() local
81 temp64 = parent_rate; in clk_pllv4_recalc_rate()
82 temp64 *= mfn; in clk_pllv4_recalc_rate()
83 do_div(temp64, mfd); in clk_pllv4_recalc_rate()
85 return (parent_rate * mult) + (u32)temp64; in clk_pllv4_recalc_rate()
95 u64 temp64; in clk_pllv4_round_rate() local
114 temp64 = (u64)(rate - round_rate); in clk_pllv4_round_rate()
115 temp64 *= mfd; in clk_pllv4_round_rate()
116 do_div(temp64, parent_rate); in clk_pllv4_round_rate()
117 mfn = temp64; in clk_pllv4_round_rate()
[all …]
Dclk-pllv3.c220 u64 temp64 = (u64)parent_rate; in clk_pllv3_av_recalc_rate() local
222 temp64 *= mfn; in clk_pllv3_av_recalc_rate()
223 do_div(temp64, mfd); in clk_pllv3_av_recalc_rate()
225 return parent_rate * div + (unsigned long)temp64; in clk_pllv3_av_recalc_rate()
237 u64 temp64; in clk_pllv3_av_round_rate() local
248 temp64 = (u64) (rate - div * parent_rate); in clk_pllv3_av_round_rate()
249 temp64 *= mfd; in clk_pllv3_av_round_rate()
250 do_div(temp64, parent_rate); in clk_pllv3_av_round_rate()
251 mfn = temp64; in clk_pllv3_av_round_rate()
253 temp64 = (u64)parent_rate; in clk_pllv3_av_round_rate()
[all …]
Dclk-sscg-pll.c332 u64 temp64; in clk_sscg_pll_recalc_rate() local
341 temp64 = parent_rate; in clk_sscg_pll_recalc_rate()
345 temp64 = parent_rate; in clk_sscg_pll_recalc_rate()
347 temp64 *= divf2; in clk_sscg_pll_recalc_rate()
348 do_div(temp64, (divr2 + 1) * (divq + 1)); in clk_sscg_pll_recalc_rate()
350 temp64 *= 2; in clk_sscg_pll_recalc_rate()
351 temp64 *= (divf1 + 1) * (divf2 + 1); in clk_sscg_pll_recalc_rate()
352 do_div(temp64, (divr1 + 1) * (divr2 + 1) * (divq + 1)); in clk_sscg_pll_recalc_rate()
355 return temp64; in clk_sscg_pll_recalc_rate()
Dclk-pllv2.c131 u64 temp64; in __clk_pllv2_set_rate() local
142 temp64 = rate * (pdf + 1) - quad_parent_rate * mfi; in __clk_pllv2_set_rate()
143 do_div(temp64, quad_parent_rate / 1000000); in __clk_pllv2_set_rate()
144 mfn = (long)temp64; in __clk_pllv2_set_rate()
/drivers/acpi/acpica/
Ddbinput.c697 u64 temp64; in acpi_db_command_dispatch() local
824 status = acpi_ut_strtoul64(acpi_gbl_db_args[1], &temp64); in acpi_db_command_dispatch()
827 || temp64 >= ACPI_NUM_PREDEFINED_REGIONS) { in acpi_db_command_dispatch()
834 status = acpi_db_display_fields((u32)temp64); in acpi_db_command_dispatch()
/drivers/thermal/
Dimx_thermal.c436 u64 temp64; in imx_init_calib() local
473 temp64 = 10000000; /* use 10^7 as fixed point constant for values in formula */ in imx_init_calib()
474 temp64 *= 1000; /* to get result in °mC */ in imx_init_calib()
475 do_div(temp64, 15423 * n1 - 4148468); in imx_init_calib()
476 data->c1 = temp64; in imx_init_calib()
/drivers/crypto/ccree/
Dcc_aead.c1857 __be64 temp64; in config_gcm_context() local
1859 temp64 = cpu_to_be64(req_ctx->assoclen * 8); in config_gcm_context()
1860 memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64)); in config_gcm_context()
1861 temp64 = cpu_to_be64(cryptlen * 8); in config_gcm_context()
1862 memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8); in config_gcm_context()
1867 __be64 temp64; in config_gcm_context() local
1869 temp64 = cpu_to_be64((req_ctx->assoclen + cryptlen) * 8); in config_gcm_context()
1870 memcpy(&req_ctx->gcm_len_block.len_a, &temp64, sizeof(temp64)); in config_gcm_context()
1871 temp64 = 0; in config_gcm_context()
1872 memcpy(&req_ctx->gcm_len_block.len_c, &temp64, 8); in config_gcm_context()
/drivers/staging/comedi/drivers/
Dni_tio.c812 u64 temp64 = 0; in ni_tio_get_clock_src() local
818 ret = ni_tio_clock_period_ps(counter, *clock_source, &temp64); in ni_tio_get_clock_src()
821 do_div(temp64, 1000); /* ps to ns */ in ni_tio_get_clock_src()
822 *period_ns = temp64; in ni_tio_get_clock_src()
/drivers/net/ethernet/neterion/
Ds2io.c1837 u64 temp64; in do_s2io_write_bits() local
1839 temp64 = readq(addr); in do_s2io_write_bits()
1842 temp64 &= ~((u64)value); in do_s2io_write_bits()
1844 temp64 |= ((u64)value); in do_s2io_write_bits()
1845 writeq(temp64, addr); in do_s2io_write_bits()
1989 register u64 temp64 = 0, intr_mask = 0; in en_dis_able_nic_intrs() local
2055 temp64 = readq(&bar0->general_int_mask); in en_dis_able_nic_intrs()
2057 temp64 &= ~((u64)intr_mask); in en_dis_able_nic_intrs()
2059 temp64 = DISABLE_ALL_INTRS; in en_dis_able_nic_intrs()
2060 writeq(temp64, &bar0->general_int_mask); in en_dis_able_nic_intrs()
[all …]
/drivers/scsi/
Dhpsa.c2266 u64 temp64; in hpsa_map_ioaccel2_sg_chain_block() local
2271 temp64 = dma_map_single(&h->pdev->dev, chain_block, chain_size, in hpsa_map_ioaccel2_sg_chain_block()
2273 if (dma_mapping_error(&h->pdev->dev, temp64)) { in hpsa_map_ioaccel2_sg_chain_block()
2278 cp->sg->address = cpu_to_le64(temp64); in hpsa_map_ioaccel2_sg_chain_block()
2286 u64 temp64; in hpsa_unmap_ioaccel2_sg_chain_block() local
2290 temp64 = le64_to_cpu(chain_sg->address); in hpsa_unmap_ioaccel2_sg_chain_block()
2292 dma_unmap_single(&h->pdev->dev, temp64, chain_size, DMA_TO_DEVICE); in hpsa_unmap_ioaccel2_sg_chain_block()
2299 u64 temp64; in hpsa_map_sg_chain_block() local
2308 temp64 = dma_map_single(&h->pdev->dev, chain_block, chain_len, in hpsa_map_sg_chain_block()
2310 if (dma_mapping_error(&h->pdev->dev, temp64)) { in hpsa_map_sg_chain_block()
[all …]