Home
last modified time | relevance | path

Searched refs:ecp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/crypto/
H A Dsm2.c71 const struct ecc_domain_parms *ecp = &sm2_ecp; in sm2_ec_ctx_init() local
76 p = mpi_scanval(ecp->p); in sm2_ec_ctx_init()
77 a = mpi_scanval(ecp->a); in sm2_ec_ctx_init()
78 b = mpi_scanval(ecp->b); in sm2_ec_ctx_init()
82 x = mpi_scanval(ecp->g_x); in sm2_ec_ctx_init()
83 y = mpi_scanval(ecp->g_y); in sm2_ec_ctx_init()
105 ec->n = mpi_scanval(ecp->n); in sm2_ec_ctx_init()
112 ec->h = ecp->h; in sm2_ec_ctx_init()
113 ec->name = ecp->desc; in sm2_ec_ctx_init()
114 mpi_ec_init(ec, ecp->model, ecp->dialect, 0, p, a, b); in sm2_ec_ctx_init()
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.c893 ecard_t **ecp; in ecard_probe() local
966 for (ecp = &cards; *ecp; ecp = &(*ecp)->next); in ecard_probe()
968 *ecp = ec; in ecard_probe()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c236 int ecp = pllvclk / pll->vclk_post_div_real; in aty_valid_pll_ct() local
239 while (ecp > par->pll_limits.ecp_max && ecp_div < 2) { in aty_valid_pll_ct()
240 ecp >>= 1; in aty_valid_pll_ct()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4160 Format: [spp|ps2|epp|ecp|ecpepp]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5057 + * Authors: Laurent Aimar <fenrir@via.ecp.fr>