Searched refs:swim3_readbit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | swim3.c | 296 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit() function 334 fs->write_prot = swim3_readbit(fs, WRITE_PROT); in swim3_queue_rq() 498 if (swim3_readbit(fs, TRACK_ZERO)) { in act() 609 if (swim3_readbit(fs, SEEK_COMPLETE)) { in settle_timeout() 872 if (swim3_readbit(fs, DISK_IN) == 0) in fd_eject() 945 if (n >= HZ/30 && swim3_readbit(fs, SEEK_COMPLETE)) in floppy_open() 954 if (err == 0 && (swim3_readbit(fs, SEEK_COMPLETE) == 0 in floppy_open() 955 || swim3_readbit(fs, DISK_IN) == 0)) in floppy_open() 973 fs->write_prot = swim3_readbit(fs, WRITE_PROT); in floppy_open() 1050 if (swim3_readbit(fs, SEEK_COMPLETE)) in floppy_revalidate() [all …]
|