Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | sun3xflop_private |
Macros | |
#define | SUN3X_FDC_IRQ 0x40 |
#define | FCR_TC 0x1 |
#define | FCR_EJECT 0x2 |
#define | FCR_MTRON 0x4 |
#define | FCR_DSEL1 0x8 |
#define | FCR_DSEL0 0x10 |
#define | release_region(X, Y) do { } while(0) |
#define | request_region(X, Y, Z) (1) |
#define | NO_FLOPPY_ASSEMBLER |
#define | fd_eject(drive) sun3x_eject() |
Functions | |
asmlinkage irqreturn_t | sun3xflop_hardint (int irq, void *dev_id) |
Variables | |
struct sun3xflop_private | sun3x_fdc |
#define FCR_DSEL0 0x10 |
Definition at line 25 of file sun3xflop.h.
#define FCR_DSEL1 0x8 |
Definition at line 24 of file sun3xflop.h.
#define FCR_EJECT 0x2 |
Definition at line 22 of file sun3xflop.h.
#define FCR_MTRON 0x4 |
Definition at line 23 of file sun3xflop.h.
#define FCR_TC 0x1 |
Definition at line 21 of file sun3xflop.h.
#define fd_eject | ( | drive | ) | sun3x_eject() |
Definition at line 260 of file sun3xflop.h.
#define NO_FLOPPY_ASSEMBLER |
#define release_region | ( | X, | |
Y | |||
) | do { } while(0) |
Definition at line 30 of file sun3xflop.h.
Definition at line 31 of file sun3xflop.h.
#define SUN3X_FDC_IRQ 0x40 |
Definition at line 18 of file sun3xflop.h.
asmlinkage irqreturn_t sun3xflop_hardint | ( | int | irq, |
void * | dev_id | ||
) |
Definition at line 113 of file sun3xflop.h.
struct sun3xflop_private sun3x_fdc |