/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-hi3660-usb3.txt | 8 - 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 D | hisilicon.txt | 292 - 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 D | loongson-2k1000.dtsi | 150 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 D | loongson-2k1000-ref.dts | 120 &pctrl {
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 994 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 D | hi3670-clock.txt | 12 - "hisilicon,hi3670-pctrl"
|
H A D | hi3660-clock.txt | 12 - "hisilicon,hi3660-pctrl"
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660.dtsi | 356 pctrl: pctrl@e8a09000 { label 357 compatible = "hisilicon,hi3660-pctrl", "syscon"; 1171 hisilicon,pctrl-syscon = <&pctrl>;
|
H A D | hi3670.dtsi | 161 pctrl: pctrl@e8a09000 { label 162 compatible = "hisilicon,hi3670-pctrl", "syscon";
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_subr.c | 434 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 D | pmeth_lib.c | 2083 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 D | EVP_PKEY_meth_new.pod | 218 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4485 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 D | evp.h | 2118 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
|