Searched refs:_pl_to_div (Results 1 – 1 of 1) sorted by relevance
31 static const u8 _pl_to_div[] = { variable38 if (pl >= ARRAY_SIZE(_pl_to_div)) in pl_to_div()41 return _pl_to_div[pl]; in pl_to_div()48 for (pl = 0; pl < ARRAY_SIZE(_pl_to_div) - 1; pl++) { in div_to_pl()49 if (_pl_to_div[pl] >= div) in div_to_pl()53 return ARRAY_SIZE(_pl_to_div) - 1; in div_to_pl()