Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-divider.c42 if (flags & CLK_DIVIDER_ONE_BASED) in _get_div()
125 if (flags & CLK_DIVIDER_ONE_BASED) in _get_val()
/third_party/uboot/u-boot-2020.01/include/linux/
Dclk-provider.h114 #define CLK_DIVIDER_ONE_BASED BIT(0) macro