Home
last modified time | relevance | path

Searched refs:LOG2_INVALID (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dpart.h22 #define LOG2_INVALID(type) ((type)((sizeof(type)<<3)-1)) macro
/external/u-boot/drivers/block/
Dide.c485 dev_desc->log2blksz = LOG2_INVALID(typeof(dev_desc->log2blksz)); in atapi_inquiry()
818 LOG2_INVALID(typeof(ide_dev_desc[i].log2blksz)); in ide_init()
/external/u-boot/drivers/scsi/
Dscsi.c447 LOG2_INVALID(typeof(dev_desc->log2blksz)); in scsi_init_dev_desc_priv()