Home
last modified time | relevance | path

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

/drivers/clk/mvebu/
A Dcommon.c193 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()
/drivers/clk/sunxi/
A DMakefile16 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
/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c1013 u32 gates = qopt->entries[i].gate_mask; in tc_taprio_configure() local
1017 if (gates > GENMASK(31 - wid, 0)) in tc_taprio_configure()
1024 gates |= BIT(0); in tc_taprio_configure()
1027 gates &= ~BIT(0); in tc_taprio_configure()
1033 priv->est->gcl[i] = delta_ns | (gates << wid); in tc_taprio_configure()
/drivers/clk/stm32/
A Dclk-stm32-core.c137 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable()
163 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused()
179 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled()
A Dclk-stm32-core.h61 const struct stm32_gate_cfg *gates; member
A Dclk-stm32mp13.c1510 .gates = stm32mp13_gates,
A Dclk-stm32mp25.c1947 .gates = stm32mp25_gates,
/drivers/platform/x86/intel/int3472/
A DKconfig20 set of discrete GPIOs and power gates.
/drivers/nfc/st-nci/
A Dse.c226 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()
/drivers/net/dsa/hirschmann/
A Dhellcreek.c1590 u8 gates; in hellcreek_setup_gcl() local
1593 gates = initial->gate_mask ^ in hellcreek_setup_gcl()
1596 gates = next->gate_mask ^ in hellcreek_setup_gcl()
1599 data = gates; in hellcreek_setup_gcl()
/drivers/nfc/st21nfca/
A Dcore.c181 hdev->init_data.gates[j].pipe = pipe_info[2]; in st21nfca_hci_load_session()
960 memcpy(init_data.gates, st21nfca_gates, sizeof(st21nfca_gates)); in st21nfca_hci_probe()
/drivers/clk/
A DKconfig226 This driver provides the fixed clocks and gates present on Airoha
474 tristate "Clock driver for 32K clk gates on ROHM PMICs"
478 and BD71828 PMICs clock gates.
/drivers/nfc/microread/
A Dmicroread.c663 memcpy(init_data.gates, microread_gates, sizeof(microread_gates)); in microread_probe()
/drivers/nfc/pn544/
A Dpn544.c927 memcpy(init_data.gates, pn544_gates, sizeof(pn544_gates)); in pn544_hci_probe()

Completed in 47 milliseconds