HomeSort by relevance Sort by last modified time
    Searched defs:BIT_WORD (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/linux/
bitops.h 12 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG)
189 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr);
197 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
BoardClkGens.h 141 #define BIT_WORD BIT04
  /external/f2fs-tools/include/
f2fs_fs.h 428 #define BIT_WORD(nr) (nr / BITS_PER_LONG)
    [all...]

Completed in 703 milliseconds