Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dio.c218 int max_nr; in rt_ofw_get_address_array() local
223 max_nr = len / (sizeof(*cell) * (addr_cells + size_cells)); in rt_ofw_get_address_array()
225 if (nr > max_nr) in rt_ofw_get_address_array()
227 nr = max_nr; in rt_ofw_get_address_array()
A Dbase.c1795 int res, max_nr; \
1801 max_nr = len / sizeof(*elm); \
1802 if (elm && index < max_nr) \
1805 max_nr -= index; \
1806 res = nr > max_nr ? max_nr : nr; \

Completed in 8 milliseconds