Searched refs:root (Results 1 – 10 of 10) sorted by relevance
| /drivers/clock_control/ |
| A D | Kconfig.renesas_rx_cgc | 14 bool "Renesas RX root clock source" 17 Enable Renesas RX root clock 20 bool "Renesas RX root clock source" 26 bool "Renesas RX root clock source"
|
| A D | clock_control_bl70x.c | 64 struct clock_control_bl70x_root_config root; member 577 data->root.source = bl70x_clkid_clk_rc32m; in clock_control_bl70x_on() 584 oldroot = data->root.source; in clock_control_bl70x_on() 588 data->root.source = oldroot; in clock_control_bl70x_on() 595 oldroot = data->root.source; in clock_control_bl70x_on() 596 data->root.source = bl70x_clkid_clk_dll; in clock_control_bl70x_on() 599 data->root.source = oldroot; in clock_control_bl70x_on() 717 .root = { 718 #if CLK_SRC_IS(root, dll_144) 721 #elif CLK_SRC_IS(root, crystal) [all …]
|
| A D | clock_control_bl60x.c | 76 struct clock_control_bl60x_root_config root; member 697 data->root.source = bl60x_clkid_clk_rc32m; in clock_control_bl60x_on() 704 oldroot = data->root.source; in clock_control_bl60x_on() 708 data->root.source = oldroot; in clock_control_bl60x_on() 715 oldroot = data->root.source; in clock_control_bl60x_on() 716 data->root.source = bl60x_clkid_clk_pll; in clock_control_bl60x_on() 719 data->root.source = oldroot; in clock_control_bl60x_on() 842 .root = { 843 #if CLK_SRC_IS(root, pll_192) 846 #elif CLK_SRC_IS(root, crystal) [all …]
|
| A D | clock_control_bl61x.c | 831 if (data->root.pll_select == 1) { in clock_control_bl61x_init_root_as_wifipll() 1067 oldroot = data->root.source; in clock_control_bl61x_on() 1071 data->root.source = oldroot; in clock_control_bl61x_on() 1078 oldroot = data->root.source; in clock_control_bl61x_on() 1082 data->root.source = oldroot; in clock_control_bl61x_on() 1216 .root = { 1217 #if CLK_SRC_IS(root, wifipll_320) 1220 #elif CLK_SRC_IS(root, aupll_div1) 1223 #elif CLK_SRC_IS(root, crystal) 1237 #if CLK_SRC_IS(root, wifipll_320) [all …]
|
| /drivers/i2c/ |
| A D | i2c_tca954x.c | 30 const struct device *root; member 40 return channel_config->root->data; in get_root_data_from_channel() 48 return channel_config->root->config; in get_root_config_from_channel() 93 res = tca954x_set_channel(down_cfg->root, down_cfg->chan_mask); in tca954x_transfer() 102 disconnect_res = tca954x_set_channel(down_cfg->root, 0); in tca954x_transfer() 151 if (!device_is_ready(chan_cfg->root)) { in tca954x_channel_init() 152 LOG_ERR("I2C mux root %s not ready", chan_cfg->root->name); in tca954x_channel_init() 181 .root = DEVICE_DT_GET(DT_PARENT(node_id)), \
|
| A D | Kconfig.tca954x | 15 int "TCA954x root driver init priority"
|
| /drivers/pcie/host/ |
| A D | ptm.c | 31 if ((cap.root == 0) || ((cap.root == 1) && (cap.responder == 0))) { in pcie_ptm_root_setup()
|
| A D | ptm.h | 19 uint32_t root : 1; member
|
| A D | Kconfig | 73 This will enable support both PTM root and PTM requester features.
|
| /drivers/interrupt_controller/ |
| A D | Kconfig.gic | 3 # Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
|
Completed in 31 milliseconds