Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmg_disk.h27 #define MG_BOOT_DEV (1 << 0) macro
/linux-2.6.39/Documentation/blockdev/
Dmflash.txt40 .dev_attr = MG_BOOT_DEV
64 * If you use mflash as storage device (i.e. other than MG_BOOT_DEV),
/linux-2.6.39/drivers/block/
Dmg_disk.c105 #define MG_DEV_MASK (MG_BOOT_DEV | MG_STORAGE_DEV | MG_STORAGE_DEV_SKIP_RST)
894 if (prv_data->dev_attr != MG_BOOT_DEV) { in mg_probe()
1057 if (prv_data->dev_attr != MG_BOOT_DEV) in mg_remove()