Searched refs:set_dor (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sparc/include/asm/ |
H A D | floppy_32.h | 371 set_dor(0x00, 0xff, 0x90); in sparc_eject() 373 set_dor(0x00, 0x6f, 0x00); in sparc_eject()
|
H A D | floppy_64.h | 278 set_dor(0x00, 0xff, 0x90); in sun_fd_eject() 280 set_dor(0x00, 0x6f, 0x00); in sun_fd_eject()
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 234 static int set_dor(int fdc, char mask, char data); 793 static int set_dor(int fdc, char mask, char data) in set_dor() function 872 set_dor(fdc, ~0, 8); in set_fdc() 874 set_dor(1 - fdc, ~8, 0); in set_fdc() 929 set_dor(FDC(nr), mask, 0); in motor_off_callback() 979 set_dor(current_fdc, ~(0x10 << UNIT(drive)), 0); in scandrives() 1626 set_dor(current_fdc, ~(0x10 << UNIT(current_drive)), 0); in seek_floppy() 1919 set_dor(current_fdc, mask, data); in start_motor() 4871 set_dor(0, ~0, 8); /* avoid immediate interrupt */ in floppy_grab_irq_and_dma() 4911 set_dor(0, ~0, 8); in floppy_release_irq_and_dma() [all …]
|