Searched refs:FD_DOR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/sparc/include/asm/ |
H A D | floppy_32.h | 138 case FD_DOR: in sun_82072_fd_outb() 165 case FD_DOR: in sun_82077_fd_inb() 186 case FD_DOR: in sun_82077_fd_outb()
|
H A D | floppy_64.h | 127 case FD_DOR: in sun_82077_fd_outb() 327 if (reg == FD_DOR) { in sun_pci_fd_broken_outb() 347 if (reg == FD_DOR) { in sun_pci_fd_lde_broken_outb()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fdreg.h | 15 #define FD_DOR 2 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | floppy.h | 15 if ((reg) == FD_DOR) { \
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 814 fdc_outb(newdor, fdc, FD_DOR); in set_dor() 830 fdc, FD_DOR); in twaddle() 831 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in twaddle() 1820 fdc_outb(fdc_state[current_fdc].dor & ~0x04, current_fdc, FD_DOR); in reset_fdc() 1822 fdc_outb(fdc_state[current_fdc].dor, current_fdc, FD_DOR); in reset_fdc() 4867 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in floppy_grab_irq_and_dma() 4875 fdc_outb(fdc_state[fdc].dor, fdc, FD_DOR); in floppy_grab_irq_and_dma()
|