Home
last modified time | relevance | path

Searched refs:CLK_DIVIDER_ALLOW_ZERO (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h116 #define CLK_DIVIDER_ALLOW_ZERO BIT(2) macro
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-divider.c62 WARN(!(flags & CLK_DIVIDER_ALLOW_ZERO), in divider_recalc_rate()