Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/onenand/
H A Dsamsung.h45 #define BLK_RW_CMP (1 << 7) macro
H A Donenand_samsung.c319 flags |= BLK_RW_CMP | LOAD_CMP; in s3c_onenand_wait()
322 flags |= BLK_RW_CMP | PGM_CMP; in s3c_onenand_wait()
325 flags |= BLK_RW_CMP | ERS_CMP; in s3c_onenand_wait()
328 flags |= BLK_RW_CMP; in s3c_onenand_wait()
/openbmc/u-boot/drivers/mtd/onenand/
H A 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()
/openbmc/u-boot/include/linux/mtd/
H A Dsamsung_onenand.h100 #define BLK_RW_CMP (1 << 7) macro