Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpart.h22 #define LOG2_INVALID(type) ((type)((sizeof(type)<<3)-1)) macro
/openbmc/u-boot/drivers/block/
H A 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()
/openbmc/u-boot/drivers/scsi/
H A Dscsi.c446 LOG2_INVALID(typeof(dev_desc->log2blksz)); in scsi_init_dev_desc_priv()