Home
last modified time | relevance | path

Searched refs:FD_DISK_NEWCHANGE_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfd.h188 FD_DISK_NEWCHANGE_BIT, /* change detected, and no action undertaken yet enumerator
209 #define FD_DISK_NEWCHANGE (1 << FD_DISK_NEWCHANGE_BIT)
/openbmc/linux/drivers/block/
H A Dfloppy.c777 clear_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[drive].flags); in disk_change()
1558 clear_bit(FD_DISK_NEWCHANGE_BIT, in seek_interrupt()
1602 if (!test_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[current_drive].flags) && in seek_floppy()
1617 } else if (test_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[current_drive].flags) && in seek_floppy()
1680 clear_bit(FD_DISK_NEWCHANGE_BIT, in recal_interrupt()
1971 set_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[current_drive].flags); in floppy_start()
2901 set_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[current_drive].flags); in poll_drive()
4659 set_bit(FD_DISK_NEWCHANGE_BIT, &drive_state[drive].flags); in do_floppy_init()