Searched refs:STA_NOINIT (Results 1 – 4 of 4) sorted by relevance
44 return STA_NOINIT; in disk_status()59 return STA_NOINIT; in disk_initialize()
52 return STA_NOINIT; in disk_status()90 return STA_NOINIT; in disk_initialize()
3363 if (!(stat & STA_NOINIT)) { /* and the physical drive is kept initialized */3377 if (stat & STA_NOINIT) { /* Check if the initialization succeeded */3572 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…3581 …if (!(disk_status(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the phsical drive is kept initialized…5834 if (ds & STA_NOINIT) return FR_NOT_READY;6314 if (stat & STA_NOINIT) return FR_NOT_READY;
38 #define STA_NOINIT 0x01 /* Drive not initialized */ macro