Searched refs:core_r (Results 1 – 5 of 5) sorted by relevance
| /linux/include/crypto/internal/ |
| H A D | poly1305.h | 38 poly1305_core_setkey(&desc->core_r, raw_key); in poly1305_block_init_generic() 45 poly1305_core_blocks(&state->h, &state->core_r, src, in poly1305_blocks_generic()
|
| /linux/lib/crypto/powerpc/ |
| H A D | poly1305.h | 38 dctx->core_r.key.r64[0] = get_unaligned_le64(raw_key + 0); in poly1305_block_init() 39 dctx->core_r.key.r64[1] = get_unaligned_le64(raw_key + 8); in poly1305_block_init()
|
| /linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
| H A D | mlxbf_gige_mdio.c | 137 u8 core_od, core_r; in calculate_i1clk() local 147 core_r = (reg1 & MLXBF_GIGE_MDIO_CORE_R_MASK) >> in calculate_i1clk() 160 freq_output = div_u64(freq_output, (core_r + 1) * (core_od + 1)); in calculate_i1clk()
|
| /linux/include/crypto/ |
| H A D | poly1305.h | 47 struct poly1305_core_key core_r; member
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 1441 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_tyu() local 1450 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_TYU_MASK, corepll_val); in mlxbf_i2c_calculate_freq_from_tyu() 1464 return div_u64(core_frequency, (++core_r) * (++core_od)); in mlxbf_i2c_calculate_freq_from_tyu() 1471 u8 core_od, core_r; in mlxbf_i2c_calculate_freq_from_yu() local 1479 core_r = FIELD_GET(MLXBF_I2C_COREPLL_CORE_R_YU_MASK, corepll_reg1_val); in mlxbf_i2c_calculate_freq_from_yu() 1494 return div_u64(corepll_frequency, (++core_r) * (++core_od)); in mlxbf_i2c_calculate_freq_from_yu()
|