Home
last modified time | relevance | path

Searched refs:ONENAND_DEVICE_IS_DDP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Donenand_regs.h72 #define ONENAND_DEVICE_IS_DDP (1 << 3) macro
H A Donenand.h168 (this->device_id & ONENAND_DEVICE_IS_DDP)
/openbmc/u-boot/include/linux/mtd/
H A Donenand_regs.h75 #define ONENAND_DEVICE_IS_DDP (1 << 3) macro
H A Donenand.h141 (this->device_id & ONENAND_DEVICE_IS_DDP)
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_spl.c71 if (dev_id & ONENAND_DEVICE_IS_DDP) { in onenand_spl_get_geometry()
H A Donenand_base.c2212 ddp = device & ONENAND_DEVICE_IS_DDP; in onenand_print_device_info()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3346 ddp = device & ONENAND_DEVICE_IS_DDP; in onenand_print_device_info()