Home
last modified time | relevance | path

Searched refs:pctrl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c825 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, in EVP_PKEY_meth_get_ctrl()
831 if (pctrl) in EVP_PKEY_meth_get_ctrl()
832 *pctrl = pmeth->ctrl; in EVP_PKEY_meth_get_ctrl()
/freebsd-12.1/sys/gnu/dts/arm64/hisilicon/
H A Dhi3670.dtsi154 pctrl: pctrl@e8a09000 { label
155 compatible = "hisilicon,hi3670-pctrl", "syscon";
H A Dhi3660.dtsi352 pctrl: pctrl@e8a09000 { label
353 compatible = "hisilicon,hi3660-pctrl", "syscon";
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c437 uint32_t pctrl; in bhnd_pmu_force_ilp() local
439 pctrl = BHND_PMU_READ_4(sc, BHND_PMU_CTRL); in bhnd_pmu_force_ilp()
440 orig = pctrl; in bhnd_pmu_force_ilp()
443 pctrl &= ~(BHND_PMU_CTRL_HT_REQ_EN | BHND_PMU_CTRL_ALP_REQ_EN); in bhnd_pmu_force_ilp()
445 pctrl |= (BHND_PMU_CTRL_HT_REQ_EN | BHND_PMU_CTRL_ALP_REQ_EN); in bhnd_pmu_force_ilp()
447 BHND_PMU_WRITE_4(sc, BHND_PMU_CTRL, pctrl); in bhnd_pmu_force_ilp()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod198 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
/freebsd-12.1/crypto/openssl/include/openssl/
H A Devp.h1614 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,