Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 16 of 16) sorted by relevance

/drivers/clk/tegra/
Dclk-periph-gate.c30 #define read_enb(gate) \ argument
32 #define write_enb_set(val, gate) \ argument
34 #define write_enb_clr(val, gate) \ argument
37 #define read_rst(gate) \ argument
39 #define write_rst_set(val, gate) \ argument
41 #define write_rst_clr(val, gate) \ argument
44 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
51 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
66 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
102 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
[all …]
Dclk-periph.c118 struct tegra_clk_periph_gate *gate; in tegra_periph_reset_deassert() local
138 struct tegra_clk_periph_gate *gate; in tegra_periph_reset_assert() local
Dclk.h407 struct tegra_clk_periph_gate gate; member
/drivers/clk/
Dclk-gate.c46 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable() local
84 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled() local
120 struct clk_gate *gate; in clk_register_gate() local
/drivers/nfc/microread/
Dmicroread.c346 static int microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in microread_target_from_gate()
361 u8 gate, in microread_complete_target_discovered()
481 static void microread_target_discovered(struct nfc_hci_dev *hdev, u8 gate, in microread_target_discovered()
552 static int microread_event_received(struct nfc_hci_dev *hdev, u8 gate, in microread_event_received()
/drivers/nfc/pn544/
Dpn544.c496 static int pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in pn544_hci_target_from_gate()
518 u8 gate, in pn544_hci_complete_target_discovered()
729 static int pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, u8 event, in pn544_hci_event_received()
/drivers/clk/mvebu/
Dclk-gating-ctrl.c45 struct clk_gate *gate = in mvebu_clk_gating_get_src() local
/drivers/media/tuners/
Dtda18271.h97 enum tda18271_i2c_gate gate; member
Dtda18271-common.c26 enum tda18271_i2c_gate gate; in tda18271_i2c_gate_ctrl() local
Dtda18271-priv.h109 enum tda18271_i2c_gate gate; member
/drivers/media/platform/s5p-g2d/
Dg2d.h31 struct clk *gate; member
/drivers/clk/sunxi/
Dclk-sunxi.c37 struct clk_gate *gate; in sunxi_osc_clk_setup() local
/drivers/mfd/
Dsm501.c320 unsigned long gate; in sm501_unit_power() local
515 unsigned long gate = smc501_readl(sm->regs + SM501_CURRENT_GATE); in sm501_set_clock() local
/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c622 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
/drivers/net/ethernet/intel/e1000e/
Dich8lan.c2194 static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) in e1000_gate_hw_phy_config_ich8lan()
/drivers/net/ethernet/nvidia/
Dforcedeth.c1052 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()