Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/common/include/
H A Dplat_private.h46 #define WMSK_BIT(nr) BIT((nr) + REG_MSK_SHIFT) argument
51 #define BIT_WITH_WMSK(nr) (BIT(nr) | WMSK_BIT(nr)) argument
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h23 #define BIT_32(nr) (U(1) << (nr)) argument
24 #define BIT_64(nr) (ULL(1) << (nr)) argument
26 #define BIT_32(nr) (((uint32_t)(1U)) << (nr)) argument
27 #define BIT_64(nr) (((uint64_t)(1ULL)) << (nr)) argument
/rk3399_ARM-atf/tools/amlogic/
H A Ddoimage.c27 ssize_t nr; in fdwrite() local
/rk3399_ARM-atf/drivers/amlogic/crypto/
H A Dsha_dma.c155 size_t nr; in asd_sha_update() local