Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-hi3660-usb3.txt8 - hisilicon,pctrl-syscon: phandle of syscon used to control phy.
23 hisilicon,pctrl-syscon = <&pctrl>;
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt292 - compatible: "hisilicon,pctrl"
293 - reg: Address and size of pctrl.
298 pctrl: pctrl@fca09000 {
299 compatible = "hisilicon,pctrl";
/freebsd/sys/contrib/device-tree/src/loongarch/
H A Dloongson-2k1000.dtsi150 pctrl: pinctrl@1fe00420 { label
170 gpio-ranges = <&pctrl 0x0 0x0 15>,
171 <&pctrl 16 16 15>,
172 <&pctrl 32 32 10>,
173 <&pctrl 44 44 20>;
H A Dloongson-2k1000-ref.dts120 &pctrl {
/freebsd/crypto/openssl/engines/
H A De_dasync.c994 static int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in dasync_rsa_ctrl() local
996 if (pctrl == NULL) in dasync_rsa_ctrl()
997 EVP_PKEY_meth_get_ctrl(dasync_rsa_orig, &pctrl, NULL); in dasync_rsa_ctrl()
998 return pctrl(ctx, type, p1, p2); in dasync_rsa_ctrl()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dhi3670-clock.txt12 - "hisilicon,hi3670-pctrl"
H A Dhi3660-clock.txt12 - "hisilicon,hi3660-pctrl"
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660.dtsi356 pctrl: pctrl@e8a09000 { label
357 compatible = "hisilicon,hi3660-pctrl", "syscon";
1171 hisilicon,pctrl-syscon = <&pctrl>;
H A Dhi3670.dtsi161 pctrl: pctrl@e8a09000 { label
162 compatible = "hisilicon,hi3670-pctrl", "syscon";
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c434 uint32_t pctrl; in bhnd_pmu_force_ilp() local
436 pctrl = BHND_PMU_READ_4(sc, BHND_PMU_CTRL); in bhnd_pmu_force_ilp()
437 orig = pctrl; in bhnd_pmu_force_ilp()
440 pctrl &= ~(BHND_PMU_CTRL_HT_REQ_EN | BHND_PMU_CTRL_ALP_REQ_EN); in bhnd_pmu_force_ilp()
442 pctrl |= (BHND_PMU_CTRL_HT_REQ_EN | BHND_PMU_CTRL_ALP_REQ_EN); in bhnd_pmu_force_ilp()
444 BHND_PMU_WRITE_4(sc, BHND_PMU_CTRL, pctrl); in bhnd_pmu_force_ilp()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c2083 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, in EVP_PKEY_meth_get_ctrl()
2089 if (pctrl) in EVP_PKEY_meth_get_ctrl()
2090 *pctrl = pmeth->ctrl; in EVP_PKEY_meth_get_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod218 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c4485 int (*pctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2); in custom_pmeth_ctrl() local
4487 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl()
4494 return pctrl(ctx, type, p1, p2); in custom_pmeth_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2118 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2),