tag | line | file | source code |
sun_fdc | 44 | include/asm-sparc/floppy.h | static struct sun_flpy_controller *sun_fdc = NULL; |
sun_fdc | 105 | include/asm-sparc/floppy.h | return sun_fdc->status_82072 & ~STATUS_DMA; |
sun_fdc | 107 | include/asm-sparc/floppy.h | return sun_fdc->data_82072; |
sun_fdc | 142 | include/asm-sparc/floppy.h | sun_fdc->data_82072 = value; |
sun_fdc | 145 | include/asm-sparc/floppy.h | sun_fdc->dcr_82072 = value; |
sun_fdc | 148 | include/asm-sparc/floppy.h | sun_fdc->status_82072 = value; |
sun_fdc | 161 | include/asm-sparc/floppy.h | return sun_fdc->status_82077 & ~STATUS_DMA; |
sun_fdc | 163 | include/asm-sparc/floppy.h | return sun_fdc->data_82077; |
sun_fdc | 181 | include/asm-sparc/floppy.h | sun_fdc->dor_82077 = value; |
sun_fdc | 184 | include/asm-sparc/floppy.h | sun_fdc->data_82077 = value; |
sun_fdc | 187 | include/asm-sparc/floppy.h | sun_fdc->dcr_82077 = value; |
sun_fdc | 190 | include/asm-sparc/floppy.h | sun_fdc->status_82077 = value; |
sun_fdc | 307 | include/asm-sparc/floppy.h | sun_fdc = (struct sun_flpy_controller *) sparc_alloc_io(fd_regs[0].phys_addr, |
sun_fdc | 314 | include/asm-sparc/floppy.h | if(sun_fdc->status_82072 == 0xff) { |
sun_fdc | 315 | include/asm-sparc/floppy.h | sun_fdc = NULL; |
sun_fdc | 325 | include/asm-sparc/floppy.h | fdc_status = &sun_fdc->status_82077; |
sun_fdc | 331 | include/asm-sparc/floppy.h | if(sun_fdc->dor_82077 == 0x80) { |
sun_fdc | 332 | include/asm-sparc/floppy.h | sun_fdc->dor_82077 = 2; |
sun_fdc | 333 | include/asm-sparc/floppy.h | if(sun_fdc->dor_82077 == 0x80) { |
sun_fdc | 337 | include/asm-sparc/floppy.h | fdc_status = &sun_fdc->status_82072; |
sun_fdc | 351 | include/asm-sparc/floppy.h | return (int) sun_fdc; |