Home
last modified time | relevance | path

Searched refs:gates (Results 1 – 35 of 35) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsunxi.txt21 "allwinner,sun4i-a10-axi-gates-clk" - for the AXI gates
25 "allwinner,sun4i-a10-ahb-gates-clk" - for the AHB gates on A10
26 "allwinner,sun5i-a13-ahb-gates-clk" - for the AHB gates on A13
27 "allwinner,sun5i-a10s-ahb-gates-clk" - for the AHB gates on A10s
28 "allwinner,sun7i-a20-ahb-gates-clk" - for the AHB gates on A20
31 "allwinner,sun6i-a31-ahb1-gates-clk" - for the AHB1 gates on A31
32 "allwinner,sun8i-a23-ahb1-gates-clk" - for the AHB1 gates on A23
33 "allwinner,sun9i-a80-ahb0-gates-clk" - for the AHB0 gates on A80
34 "allwinner,sun9i-a80-ahb1-gates-clk" - for the AHB1 gates on A80
35 "allwinner,sun9i-a80-ahb2-gates-clk" - for the AHB2 gates on A80
[all …]
Drockchip.txt13 structure a matter of taste, as either all gates can be put into
15 the 10 individual gates containing 16 clocks each.
Dst,nomadik.txt7 PLLs and clock gates.
34 HCLK nodes: these represent the clock gates on individual
Drenesas,cpg-mstp-clocks.txt3 The CPG can gate SoC device clocks. The gates are organized in groups of up to
4 32 gates.
Dingenic,cgu.txt4 typically includes a variety of PLLs, multiplexers, dividers & gates in order
Dalphascale,acc.txt4 clock source, setting deviders and clock gates.
Dpistachio-clock.txt103 gates for the external clocks "audio_clk_in" and "enet_clk_in".
/linux-4.4.14/drivers/clk/mvebu/
Dcommon.c196 struct clk **gates; member
216 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
218 return ctrl->gates[n]; in clk_gating_get_src()
276 ctrl->gates = kzalloc(ctrl->num_gates * sizeof(struct clk *), in mvebu_clk_gating_setup()
278 if (WARN_ON(!ctrl->gates)) in mvebu_clk_gating_setup()
284 ctrl->gates[n] = clk_register_gate(NULL, desc[n].name, parent, in mvebu_clk_gating_setup()
287 WARN_ON(IS_ERR(ctrl->gates[n])); in mvebu_clk_gating_setup()
/linux-4.4.14/drivers/clk/sunxi/
DMakefile12 obj-y += clk-simple-gates.o
19 clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
/linux-4.4.14/net/nfc/nci/
Dhci.c708 struct nci_hci_gate *gates) in nci_hci_dev_connect_gates() argument
713 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates()
714 gates->gate, gates->pipe); in nci_hci_dev_connect_gates()
717 gates++; in nci_hci_dev_connect_gates()
741 if (ndev->hci_dev->init_data.gates[0].gate != NCI_HCI_ADMIN_GATE) in nci_hci_dev_session_init()
745 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init()
746 ndev->hci_dev->init_data.gates[0].gate, in nci_hci_dev_session_init()
747 ndev->hci_dev->init_data.gates[0].pipe); in nci_hci_dev_session_init()
769 ndev->hci_dev->init_data.gates); in nci_hci_dev_session_init()
/linux-4.4.14/net/nfc/hci/
Dcore.c439 struct nfc_hci_gate *gates) in hci_dev_connect_gates() argument
444 gates->gate, gates->pipe); in hci_dev_connect_gates()
447 gates++; in hci_dev_connect_gates()
458 if (hdev->init_data.gates[0].gate != NFC_HCI_ADMIN_GATE) in hci_dev_session_init()
462 hdev->init_data.gates[0].gate, in hci_dev_session_init()
463 hdev->init_data.gates[0].pipe); in hci_dev_session_init()
488 hdev->init_data.gates); in hci_dev_session_init()
/linux-4.4.14/arch/arm/boot/dts/
Dsun5i-a13.dtsi104 compatible = "allwinner,sun5i-a13-ahb-gates-clk";
131 compatible = "allwinner,sun5i-a13-apb0-gates-clk";
142 compatible = "allwinner,sun5i-a13-apb1-gates-clk";
Dsun5i-a10s.dtsi94 compatible = "allwinner,sun5i-a10s-ahb-gates-clk";
123 compatible = "allwinner,sun5i-a10s-apb0-gates-clk";
136 compatible = "allwinner,sun5i-a10s-apb1-gates-clk";
Dsun9i-a80.dtsi277 compatible = "allwinner,sun9i-a80-ahb0-gates-clk";
296 compatible = "allwinner,sun9i-a80-ahb1-gates-clk";
311 compatible = "allwinner,sun9i-a80-ahb2-gates-clk";
324 compatible = "allwinner,sun9i-a80-apb0-gates-clk";
339 compatible = "allwinner,sun9i-a80-apb1-gates-clk";
Dsun8i-a23-a33.dtsi180 compatible = "allwinner,sun8i-a23-apb1-gates-clk";
199 compatible = "allwinner,sun8i-a23-apb2-gates-clk";
620 compatible = "allwinner,sun8i-a23-apb0-gates-clk";
Dsun8i-a23.dtsi55 compatible = "allwinner,sun8i-a23-ahb1-gates-clk";
Dsun4i-a10.dtsi251 compatible = "allwinner,sun4i-a10-axi-gates-clk";
268 compatible = "allwinner,sun4i-a10-ahb-gates-clk";
313 compatible = "allwinner,sun4i-a10-apb0-gates-clk";
336 compatible = "allwinner,sun4i-a10-apb1-gates-clk";
Dsun6i-a31.dtsi252 compatible = "allwinner,sun6i-a31-ahb1-gates-clk";
295 compatible = "allwinner,sun6i-a31-apb1-gates-clk";
316 compatible = "allwinner,sun6i-a31-apb2-gates-clk";
1067 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
Dsun8i-a33.dtsi77 compatible = "allwinner,sun8i-a33-ahb1-gates-clk";
Dsun7i-a20.dtsi277 compatible = "allwinner,sun7i-a20-ahb-gates-clk";
318 compatible = "allwinner,sun7i-a20-apb0-gates-clk";
341 compatible = "allwinner,sun7i-a20-apb1-gates-clk";
Dsun5i.dtsi188 compatible = "allwinner,sun4i-a10-axi-gates-clk";
Dste-nomadik-stn8815.dtsi276 * peripheral clocking, clock gates.
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt35 support proprietary gates. This is the reason why the driver will pass a list
36 of proprietary gates that must be part of the session. HCI will ensure all
37 those gates have pipes connected when the hci device is set up.
38 In case the chip supports pre-opened gates and pseudo-static pipes, the driver
46 implementation, pipes are totally hidden. The public API only knows gates.
47 This is consistent with the driver need to send commands to proprietary gates
93 mode. This must be implemented only if the hardware uses proprietary gates or a
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dsun6i-prcm.txt46 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnvidia,tegra-audio-rt5677.txt33 - nvidia,dmic-clk-en-gpios : The GPIO that gates DMIC clock signal
/linux-4.4.14/include/net/nfc/
Dhci.h93 struct nfc_hci_gate gates[NFC_HCI_MAX_CUSTOM_GATES]; member
Dnci_core.h178 struct nci_hci_gate gates[NCI_HCI_MAX_CUSTOM_GATES]; member
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dgate.txt42 gates the clock and clearing the bit ungates the clock.
/linux-4.4.14/drivers/nfc/st-nci/
Dse.c239 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2]; in st_nci_hci_load_session()
577 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c193 hdev->init_data.gates[j].pipe = pipe_info[2]; in st21nfca_hci_load_session()
981 memcpy(init_data.gates, st21nfca_gates, sizeof(st21nfca_gates)); in st21nfca_hci_probe()
/linux-4.4.14/Documentation/hwmon/
Dadm924082 Two fan tacho inputs are provided, the ADM9240 gates an internal 22.5kHz
/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c676 memcpy(init_data.gates, microread_gates, sizeof(microread_gates)); in microread_probe()
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt150 the logic gates and any RAM elements included.
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c938 memcpy(init_data.gates, pn544_gates, sizeof(pn544_gates)); in pn544_hci_probe()
/linux-4.4.14/Documentation/usb/
Dpower-management.txt696 switch that gates connections. Userspace must arrange