| /OK3568_Linux_fs/kernel/drivers/clk/mvebu/ |
| H A D | common.c | 193 struct clk **gates; member 211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src() 213 return ctrl->gates[n]; in clk_gating_get_src() 271 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup() 273 if (WARN_ON(!ctrl->gates)) in mvebu_clk_gating_setup() 279 ctrl->gates[n] = clk_register_gate(NULL, desc[n].name, parent, in mvebu_clk_gating_setup() 282 WARN_ON(IS_ERR(ctrl->gates[n])); in mvebu_clk_gating_setup()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | Makefile | 16 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-simple-gates.o 20 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun8i-bus-gates.o 30 obj-$(CONFIG_CLK_SUNXI_PRCM_SUN6I) += clk-sun6i-apb0-gates.o 34 obj-$(CONFIG_CLK_SUNXI_PRCM_SUN8I) += clk-sun6i-apb0-gates.o
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | hci.c | 705 struct nci_hci_gate *gates) in nci_hci_dev_connect_gates() argument 710 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates() 711 gates->gate, gates->pipe); in nci_hci_dev_connect_gates() 714 gates++; in nci_hci_dev_connect_gates() 738 if (ndev->hci_dev->init_data.gates[0].gate != NCI_HCI_ADMIN_GATE) in nci_hci_dev_session_init() 742 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init() 743 ndev->hci_dev->init_data.gates[0].gate, in nci_hci_dev_session_init() 744 ndev->hci_dev->init_data.gates[0].pipe); in nci_hci_dev_session_init() 766 ndev->hci_dev->init_data.gates); in nci_hci_dev_session_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-oxnas.c | 30 struct clk_oxnas_gate **gates; member 192 .gates = ox810se_gates, 198 .gates = ox820_gates, 231 data->gates[i]->regmap = regmap; in oxnas_stdclk_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-gate.txt | 4 there are no competing masters to consider for gates and therefore there is 5 no arbitration happening for gates.
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun5i-a13.dtsi | 105 compatible = "allwinner,sun5i-a13-ahb-gates-clk"; 132 compatible = "allwinner,sun5i-a13-apb0-gates-clk"; 143 compatible = "allwinner,sun5i-a13-apb1-gates-clk"; 156 compatible = "allwinner,sun5i-a13-dram-gates-clk", 157 "allwinner,sun4i-a10-gates-clk";
|
| H A D | sun5i-a10s.dtsi | 95 compatible = "allwinner,sun5i-a10s-ahb-gates-clk"; 124 compatible = "allwinner,sun5i-a10s-apb0-gates-clk"; 137 compatible = "allwinner,sun5i-a10s-apb1-gates-clk";
|
| H A D | sun9i-a80.dtsi | 303 compatible = "allwinner,sun9i-a80-ahb0-gates-clk"; 322 compatible = "allwinner,sun9i-a80-ahb1-gates-clk"; 337 compatible = "allwinner,sun9i-a80-ahb2-gates-clk"; 350 compatible = "allwinner,sun9i-a80-apb0-gates-clk"; 365 compatible = "allwinner,sun9i-a80-apb1-gates-clk"; 406 compatible = "allwinner,sun9i-a80-apbs-gates-clk";
|
| H A D | sun5i-gr8.dtsi | 231 compatible = "allwinner,sun4i-a10-gates-clk"; 240 compatible = "allwinner,sun5i-a13-ahb-gates-clk"; 267 compatible = "allwinner,sun4i-a10-gates-clk"; 278 compatible = "allwinner,sun4i-a10-gates-clk"; 416 compatible = "nextthing,gr8-dram-gates-clk", 417 "allwinner,sun4i-a10-gates-clk";
|
| H A D | sun8i-a23-a33.dtsi | 180 compatible = "allwinner,sun8i-a23-apb1-gates-clk"; 199 compatible = "allwinner,sun8i-a23-apb2-gates-clk"; 623 compatible = "allwinner,sun8i-a23-apb0-gates-clk";
|
| H A D | sun4i-a10.dtsi | 301 compatible = "allwinner,sun4i-a10-axi-gates-clk"; 318 compatible = "allwinner,sun4i-a10-ahb-gates-clk"; 363 compatible = "allwinner,sun4i-a10-apb0-gates-clk"; 386 compatible = "allwinner,sun4i-a10-apb1-gates-clk"; 558 compatible = "allwinner,sun4i-a10-dram-gates-clk";
|
| /OK3568_Linux_fs/kernel/net/nfc/hci/ |
| H A D | core.c | 450 struct nfc_hci_gate *gates) in hci_dev_connect_gates() argument 455 gates->gate, gates->pipe); in hci_dev_connect_gates() 458 gates++; in hci_dev_connect_gates() 469 if (hdev->init_data.gates[0].gate != NFC_HCI_ADMIN_GATE) in hci_dev_session_init() 473 hdev->init_data.gates[0].gate, in hci_dev_session_init() 474 hdev->init_data.gates[0].pipe); in hci_dev_session_init() 499 hdev->init_data.gates); in hci_dev_session_init()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/ |
| H A D | rockchip.txt | 13 structure a matter of taste, as either all gates can be put into 15 the 10 individual gates containing 16 clocks each.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | st,nomadik.txt | 7 PLLs and clock gates. 34 HCLK nodes: these represent the clock gates on individual
|
| H A D | alphascale,acc.txt | 4 clock source, setting deviders and clock gates.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/nfc/ |
| H A D | nfc-hci.rst | 38 support proprietary gates. This is the reason why the driver will pass a list 39 of proprietary gates that must be part of the session. HCI will ensure all 40 those gates have pipes connected when the hci device is set up. 41 In case the chip supports pre-opened gates and pseudo-static pipes, the driver 49 implementation, pipes are totally hidden. The public API only knows gates. 50 This is consistent with the driver need to send commands to proprietary gates 96 mode. This must be implemented only if the hardware uses proprietary gates or a
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_tc.c | 705 u32 gates = qopt->entries[i].gate_mask; in tc_setup_taprio() local 709 if (gates > GENMASK(31 - wid, 0)) in tc_setup_taprio() 718 gates |= BIT(0); in tc_setup_taprio() 722 gates &= ~BIT(0); in tc_setup_taprio() 729 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | mali-utgard.txt | 41 - Only needed if the power gates are connected to the PMU in a high fanout 43 enable the power gates and turn on the power mesh. This value will
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | Kconfig | 8 SafeSetID is an LSM module that gates the setid family of syscalls to
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/davinci/ |
| H A D | pll.txt | 4 to the PLL itself, this controller also contains bypasses, gates, dividers,
|
| H A D | da8xx-cfgchip.txt | 5 gates. This document describes the bindings for those clocks.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra-audio-rt5677.txt | 33 - nvidia,dmic-clk-en-gpios : The GPIO that gates DMIC clock signal
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/fpga/ |
| H A D | intro.rst | 38 actual hard hardware that gates a bus to a CPU or a soft ("freeze")
|
| /OK3568_Linux_fs/kernel/drivers/nfc/st-nci/ |
| H A D | se.c | 226 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2]; in st_nci_hci_load_session() 563 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
|
| /OK3568_Linux_fs/kernel/include/net/nfc/ |
| H A D | hci.h | 81 struct nfc_hci_gate gates[NFC_HCI_MAX_CUSTOM_GATES]; member
|