~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/mips/include/asm/floppy.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * Architecture specific parts of the Floppy driver
  3  *
  4  * This file is subject to the terms and conditions of the GNU General Public
  5  * License.  See the file "COPYING" in the main directory of this archive
  6  * for more details.
  7  *
  8  * Copyright (C) 1995 - 2000 Ralf Baechle
  9  */
 10 #ifndef _ASM_FLOPPY_H
 11 #define _ASM_FLOPPY_H
 12 
 13 #include <asm/io.h>
 14 
 15 static inline void fd_cacheflush(char * addr, long size)
 16 {
 17         dma_cache_wback_inv((unsigned long)addr, size);
 18 }
 19 
 20 #define MAX_BUFFER_SECTORS 24
 21 
 22 
 23 /*
 24  * And on Mips's the CMOS info fails also ...
 25  *
 26  * FIXME: This information should come from the ARC configuration tree
 27  *        or wherever a particular machine has stored this ...
 28  */
 29 #define FLOPPY0_TYPE            fd_drive_type(0)
 30 #define FLOPPY1_TYPE            fd_drive_type(1)
 31 
 32 #define FDC1                    fd_getfdaddr1()
 33 
 34 #define N_FDC 1                 /* do you *really* want a second controller? */
 35 #define N_DRIVE 8
 36 
 37 /*
 38  * The DMA channel used by the floppy controller cannot access data at
 39  * addresses >= 16MB
 40  *
 41  * Went back to the 1MB limit, as some people had problems with the floppy
 42  * driver otherwise. It doesn't matter much for performance anyway, as most
 43  * floppy accesses go through the track buffer.
 44  *
 45  * On MIPSes using vdma, this actually means that *all* transfers go thru
 46  * the * track buffer since 0x1000000 is always smaller than KSEG0/1.
 47  * Actually this needs to be a bit more complicated since the so much different
 48  * hardware available with MIPS CPUs ...
 49  */
 50 #define CROSS_64KB(a, s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
 51 
 52 #define EXTRA_FLOPPY_PARAMS
 53 
 54 #include <floppy.h>
 55 
 56 #endif /* _ASM_FLOPPY_H */
 57 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php