Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/ti/k3low/common/drivers/k3-ddrss/common/
H A Dcps_drv_lpddr4.h21 #ifndef bf_shf
22 #define bf_shf(x) (__builtin_ffsll(x) - 1U) macro
28 (typeof(_mask))(((_reg) & (_mask)) >> bf_shf(_mask)); \
35 ((typeof(_mask))(_val) << bf_shf(_mask)) & (_mask); \
/rk3399_ARM-atf/plat/ti/k3low/include/
H A Dam62l_psc_minimal.h20 #ifndef bf_shf
21 #define bf_shf(x) (__builtin_ffsll(x) - 1U) macro
27 (typeof(_mask))(((_reg) & (_mask)) >> bf_shf(_mask)); \
34 ((typeof(_mask))(_val) << bf_shf(_mask)) & (_mask); \