Searched refs:FDCSTAT_WPROT (Results 1 – 1 of 1) sorted by relevance
136 #define FDCSTAT_WPROT (0x40) /* write protected (FDCCMD_WR*) */ macro616 stat = !!(FDC_READ( FDCREG_STATUS ) & FDCSTAT_WPROT); in check_change()1144 if (ReqCmd == WRITE && (status & FDCSTAT_WPROT)) { in fd_rwsec_done1()1303 if (status & FDCSTAT_WPROT) { in fd_writetrack_done()