Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dbitops.h12 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) macro
/rk3399_rockchip-uboot/common/
H A Dedid.c32 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) macro