Home
last modified time | relevance | path

Searched refs:NPCX_CLK_CTRL_NODE (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_control_npcx.c124 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in npcx_clock_control_turn_on_system_sleep()
143 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in npcx_clock_control_turn_off_system_sleep()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_clock.h20 #define NPCX_CLK_CTRL_NODE DT_NODELABEL(pcc) macro
/Zephyr-latest/drivers/input/
Dinput_npcx_kbd.c141 const struct device *clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in npcx_kbd_init()
/Zephyr-latest/drivers/pwm/
Dpwm_npcx.c176 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in pwm_npcx_init()
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_qspi.c251 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in qspi_npcx_fiu_init()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_npcx.c833 const struct device *clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in shi_npcx_enable()
867 const struct device *clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in shi_npcx_disable()
921 const struct device *clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in shi_npcx_init_registers()
/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c338 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in sys_clock_driver_init()
/Zephyr-latest/drivers/peci/
Dpeci_npcx.c237 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in peci_npcx_init()
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/
Dtach_nuvoton_npcx.c316 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in tach_npcx_init()
/Zephyr-latest/drivers/ps2/
Dps2_npcx_controller.c334 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in ps2_npcx_ctrl_init()
/Zephyr-latest/drivers/spi/
Dspi_npcx_spip.c362 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in spi_npcx_spip_init()
/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c1106 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in npcx_host_init_subs_core_domain()
Despi_npcx.c1392 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in espi_npcx_init()
/Zephyr-latest/drivers/adc/
Dadc_npcx.c776 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in adc_npcx_init()
/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.c1250 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in i2c_ctrl_init()
/Zephyr-latest/drivers/serial/
Duart_npcx.c1012 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in uart_npcx_init()
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c3014 .clock_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE), \