Home
last modified time | relevance | path

Searched refs:BLK_RW_CMP (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/onenand/
Dsamsung.c217 flags |= BLK_RW_CMP | LOAD_CMP; in s3c_onenand_wait()
220 flags |= BLK_RW_CMP | PGM_CMP; in s3c_onenand_wait()
223 flags |= BLK_RW_CMP | ERS_CMP; in s3c_onenand_wait()
226 flags |= BLK_RW_CMP; in s3c_onenand_wait()
/external/u-boot/include/linux/mtd/
Dsamsung_onenand.h100 #define BLK_RW_CMP (1 << 7) macro