Home
last modified time | relevance | path

Searched defs:as (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dutil_macros.h5 #define __find_closest(x, a, as, op) \ argument
27 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument
39 #define find_closest_descending(x, a, as) __find_closest(x, a, as, >=) argument
/include/soc/fsl/
Dqman.h458 static inline void qm_fqd_set_stashing(struct qm_fqd *fqd, u8 as, u8 ds, u8 cs) in qm_fqd_set_stashing()