Searched refs:FDCSTAT_WPROT (Results 1 – 2 of 2) sorted by relevance
54 #define FDCSTAT_WPROT (0x40) /* write protected (FDCCMD_WR*) */ macro
558 stat = !!(FDC_READ( FDCREG_STATUS ) & FDCSTAT_WPROT); in check_change()1080 if (ReqCmd == WRITE && (status & FDCSTAT_WPROT)) { in fd_rwsec_done1()1241 if (status & FDCSTAT_WPROT) { in fd_writetrack_done()