Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpart.h23 #define LOG2_INVALID(type) ((type)((sizeof(type)<<3)-1)) macro
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dide.c486 dev_desc->log2blksz = LOG2_INVALID(typeof(dev_desc->log2blksz)); in atapi_inquiry()
819 LOG2_INVALID(typeof(ide_dev_desc[i].log2blksz)); in ide_init()
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c451 LOG2_INVALID(typeof(dev_desc->log2blksz)); in scsi_init_dev_desc_priv()