Searched refs:pctrl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 840 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1, in EVP_PKEY_meth_get_ctrl() 846 if (pctrl) in EVP_PKEY_meth_get_ctrl() 847 *pctrl = pmeth->ctrl; in EVP_PKEY_meth_get_ctrl()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hi3660.dtsi | 352 pctrl: pctrl@e8a09000 { label 353 compatible = "hisilicon,hi3660-pctrl", "syscon"; 1164 hisilicon,pctrl-syscon = <&pctrl>;
|
| H A D | hi3670.dtsi | 161 pctrl: pctrl@e8a09000 { label 162 compatible = "hisilicon,hi3670-pctrl", "syscon";
|
| /freebsd-13.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-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 214 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1630 int (**pctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
|