Home
last modified time | relevance | path

Searched refs:set_dor (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/sparc/include/asm/
Dfloppy_32.h371 set_dor(0x00, 0xff, 0x90); in sparc_eject()
373 set_dor(0x00, 0x6f, 0x00); in sparc_eject()
Dfloppy_64.h278 set_dor(0x00, 0xff, 0x90); in sun_fd_eject()
280 set_dor(0x00, 0x6f, 0x00); in sun_fd_eject()
/linux-6.12.1/drivers/block/
Dfloppy.c234 static int set_dor(int fdc, char mask, char data);
792 static int set_dor(int fdc, char mask, char data) in set_dor() function
871 set_dor(fdc, ~0, 8); in set_fdc()
873 set_dor(1 - fdc, ~8, 0); in set_fdc()
928 set_dor(FDC(nr), mask, 0); in motor_off_callback()
974 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives()
978 set_dor(current_fdc, ~(0x10 << UNIT(drive)), 0); in scandrives()
1629 set_dor(current_fdc, ~(0x10 << UNIT(current_drive)), 0); in seek_floppy()
1922 set_dor(current_fdc, mask, data); in start_motor()
4878 set_dor(0, ~0, 8); /* avoid immediate interrupt */ in floppy_grab_irq_and_dma()
[all …]