Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 10 of 10) sorted by relevance

/drivers/clk/sprd/
Dpll.h56 u16 k1; member
72 .k1 = _k1, \
Dpll.c104 u16 k1, k2; in _sprd_pll_recalc_rate() local
132 k1 = pll->k1; in _sprd_pll_recalc_rate()
134 rate = DIV_ROUND_CLOSEST_ULL(refin * kint * k1, in _sprd_pll_recalc_rate()
/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c307 gk = (__be64 *)ctx->u.aes.k1; in ccp_aes_cmac_setkey()
314 if (ctx->u.aes.k1[0] & 0x80) { in ccp_aes_cmac_setkey()
323 ctx->u.aes.kn_len = sizeof(ctx->u.aes.k1); in ccp_aes_cmac_setkey()
324 sg_init_one(&ctx->u.aes.k1_sg, ctx->u.aes.k1, sizeof(ctx->u.aes.k1)); in ccp_aes_cmac_setkey()
Dccp-crypto.h107 u8 k1[AES_BLOCK_SIZE]; member
/drivers/gpu/drm/nouveau/dispnv50/
Datom.h227 u8 k1; member
Dwndwc37e.c91 evo_data(push, asyw->blend.k1); in wndwc37e_blend_set()
Dwndw.c291 asyw->blend.k1 = asyw->state.alpha >> 8; in nv50_wndw_atomic_check_acquire()
/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c257 int64_t k1; member
338 int64_t c = (p->k1 + p->ki*i + p->ki2*i*i + in tv_setup_filter()
/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsta.h518 u8 k1[16]; member
/drivers/gpu/drm/radeon/
Dr100.c3204 fixed20_12 mc_latency_sclk, mc_latency_mclk, k1; in r100_bandwidth_update() local
3412 k1.full = dfixed_const(40); in r100_bandwidth_update()
3415 k1.full = dfixed_const(20); in r100_bandwidth_update()
3419 k1.full = dfixed_const(40); in r100_bandwidth_update()
3430 mc_latency_mclk.full += k1.full; in r100_bandwidth_update()