Searched refs:as (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | util_macros.h | 36 #define find_closest(x, a, as) \ argument 38 typeof(as) __fc_i, __fc_as = (as) - 1; \ 66 #define find_closest_descending(x, a, as) \ argument 68 typeof(as) __fc_i, __fc_as = (as) - 1; \
|
| A D | device-mapper.h | 478 const char *dm_shift_arg(struct dm_arg_set *as); 483 void dm_consume_args(struct dm_arg_set *as, unsigned int num_args);
|
| /include/linux/i3c/ |
| A D | ccc.h | 23 #define I3C_CCC_ENTAS(as, broadcast) I3C_CCC_ID(0x2 + (as), broadcast) argument
|
| /include/soc/fsl/ |
| A D | qman.h | 459 static inline void qm_fqd_set_stashing(struct qm_fqd *fqd, u8 as, u8 ds, u8 cs) in qm_fqd_set_stashing() argument 463 st->cl = ((as & QM_FQD_XS_MASK) << QM_FQD_AS_OFF) | in qm_fqd_set_stashing()
|
Completed in 19 milliseconds