Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci_misc.h22 #define FIELD_PREP(_mask, _val) \ argument
24 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \
25 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
/components/lwp/vdso/user/arch/aarch64/
A Dvdso_sys.h27 uint64_t tmp, _val = (val); \
33 : "=r" (tmp) : "r" (_val)); \

Completed in 3 milliseconds