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

  /external/u-boot/include/
part.h 22 #define LOG2_INVALID(type) ((type)((sizeof(type)<<3)-1))
  /external/u-boot/drivers/block/
ide.c 485 dev_desc->log2blksz = LOG2_INVALID(typeof(dev_desc->log2blksz));
818 LOG2_INVALID(typeof(ide_dev_desc[i].log2blksz));
  /external/u-boot/drivers/scsi/
scsi.c 447 LOG2_INVALID(typeof(dev_desc->log2blksz));

Completed in 126 milliseconds