Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/soc/nxp/kinetis/k8x/
DKconfig38 This option specifies the divide value for the K8x processor core clock
45 This option specifies the divide value for the K8x bus clock from the
52 This option specifies the divide value for the K8x FlexBus clock from the
59 This option specifies the divide value for the K8x flash clock from the
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake21 # In order to use division, `--divide` needs to be passed to
23 list(APPEND TOOLCHAIN_C_FLAGS -Wa,--divide)
/Zephyr-latest/samples/subsys/usb_c/sink/boards/
Dnumaker_m2l31ki.overlay58 vbus-divide = "divide-10";
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.c90 static inline uint32_t pll_config_init(uint32_t divide, uint32_t mul) in pll_config_init() argument
115 vco_hz /= divide; in pll_config_init()
134 (divide << SCIF_PLL_PLLDIV_Pos) | in pll_config_init()
/Zephyr-latest/soc/nxp/kinetis/
DKconfig59 Selects the amount to divide down the external reference clock for the PLL.
67 Selects the amount to divide the VCO output of the PLL. The VDIV 0 bits
76 Selects the amount to divide down the fast internal reference clock. The
84 Selects the amount to divide down the external reference clock for the
/Zephyr-latest/arch/x86/core/
Dia32.cmake9 zephyr_compile_options($<$<COMPILE_LANGUAGE:ASM>:-Wa,--divide>)
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi380 litex,divclk-divide-min = <1>;
381 litex,divclk-divide-max = <107>;
386 litex,clkout-divide-min = <1>;
387 litex,clkout-divide-max = <126>;
/Zephyr-latest/arch/riscv/
DKconfig.isa31 which is named "M" and contains instructions that multiply or divide
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst41 …g values for FPGA-specific configuration (parameters from ``litex,divclk-divide-min`` to ``litex,v…
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1010.dtsi300 * The pre-div and post-div are one less than the actual divide-by amount.
Dnxp_rt10xx.dtsi987 * The pre-div and post-div are one less than the actual divide-by amount.
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt72 - start a thread to test triggering a divide-by-zero error, then catch
/Zephyr-latest/subsys/bluetooth/common/
DKconfig47 determines how to divide the buffers between the connections.
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst166 * ``ZEP-489`` - nios2: handle unimplemented multiply/divide instructions
Drelease-notes-4.0.rst748 * rpi_pico: The driver now configures the divide ratio adaptively.
Drelease-notes-2.6.rst1630 * :github:`33403` - trigger_fault_divide_zero test case didn't run divide instruction
Drelease-notes-1.14.rst231 * :github:`20229` - cmake: add --divide to GNU assembler options for x86
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c2387 (vbus-divide error))
/Zephyr-latest/doc/hardware/porting/
Darch.rst171 is a fault, like divide-by-zero or invalid memory access, or an interrupt that