Home
last modified time | relevance | path

Searched refs:ceil_divide (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Ddmic-process.c48 /* This is a divide function that returns ceil of the quotient. E.g. ceil_divide(9, 3) returns 3,
49 * ceil_divide(10, 3) returns 4.
51 static int ceil_divide(int a, int b) in ceil_divide() function
188 clkdiv_min = ceil_divide(dmic->dmic_prm[di].io_clk, dmic->dmic_prm[di].pdmclk_max); in find_modes()

Completed in 3 milliseconds