Searched full:apb4_clk (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | nuvoton,npcx-pcc.yaml | 179 APB4 prescaler. It sets the APB4 bus frequency, APB4_CLK, by dividing 181 - APB4_CLK must be set to 8MHz <= APB4_CLK <= 50MHz. 182 - APB4_CLK must be an integer division (including 1) of CORE_CLK. 184 1, APB4_CLK = OFMCLK 185 2, APB4_CLK = OFMCLK / 2 186 3, APB4_CLK = OFMCLK / 3 187 4, APB4_CLK = OFMCLK / 4 188 5, APB4_CLK = OFMCLK / 5 189 6, APB4_CLK = OFMCLK / 6 190 7, APB4_CLK = OFMCLK / 7 [all …]
|
/Zephyr-latest/dts/bindings/i3c/ |
D | nuvoton,npcx-i3c.yaml | 16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_npcx.c | 190 "Invalid APB4_CLK setting");
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx9.dtsi | 158 apb4-prescaler = <6>; /* APB4_CLK runs at 15MHz */
|
D | npcx4.dtsi | 158 apb4-prescaler = <8>; /* APB4_CLK runs at 15MHz */
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 113 #define BAMATCH_DIV 0x4 /* BAMATCH = APB4_CLK divided by four */ 306 /* The clock of this counter is APB4_CLK divided by four */ in get_bus_available_match_val() 2458 LOG_DBG("APB4_CLK: %d", apb4_rate); in npcx_i3c_apply_cntlr_config() 2492 LOG_DBG("APB4_CLK: %d", apb4_rate); in npcx_i3c_apply_target_config()
|