Searched refs:pctrl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 825 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 D | hi3670.dtsi | 154 pctrl: pctrl@e8a09000 { label 155 compatible = "hisilicon,hi3670-pctrl", "syscon";
|
| H A D | hi3660.dtsi | 352 pctrl: pctrl@e8a09000 { label 353 compatible = "hisilicon,hi3660-pctrl", "syscon";
|
| /freebsd-12.1/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmu_subr.c | 437 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 D | EVP_PKEY_meth_new.pod | 198 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1614 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|