Go to the source code of this file.
|
#define | SR_LOAD_ADDR 0x4400 /* SRP microcode load address */ |
|
#define | SR_START_ADDR 0x4400 /* SRP microcode start address */ |
|
#define | COSA_LOAD_ADDR 0x400 /* SRP microcode load address */ |
|
#define | COSA_MAX_FIRMWARE_SIZE 0x10000 |
|
#define | COSAIORSET _IO('C',0xf0) |
|
#define | COSAIOSTRT _IOW('C',0xf1, int) |
|
#define | COSAIORMEM _IOWR('C',0xf2, struct cosa_download *) |
|
#define | COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *) |
|
#define | COSAIORTYPE _IOR('C',0xf3, char *) |
|
#define | COSAIORIDSTR _IOR('C',0xf4, char *) |
|
#define | COSA_MAX_ID_STRING 128 |
|
#define | COSAIONRCARDS _IO('C',0xf7) |
|
#define | COSAIONRCHANS _IO('C',0xf8) |
|
#define | COSAIOBMSET _IOW('C', 0xf9, unsigned short) |
|
#define | COSA_BM_OFF 0 /* Bus-mastering off - use ISA DMA (default) */ |
|
#define | COSA_BM_ON 1 /* Bus-mastering on - faster but untested */ |
|
#define | COSAIOBMGET _IO('C', 0xfa) |
|
#define COSA_BM_OFF 0 /* Bus-mastering off - use ISA DMA (default) */ |
#define COSA_BM_ON 1 /* Bus-mastering on - faster but untested */ |
#define COSA_LOAD_ADDR 0x400 /* SRP microcode load address */ |
#define COSA_MAX_FIRMWARE_SIZE 0x10000 |
#define COSA_MAX_ID_STRING 128 |
#define COSAIOBMGET _IO('C', 0xfa) |
#define COSAIOBMSET _IOW('C', 0xf9, unsigned short) |
#define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *) |
#define COSAIONRCARDS _IO('C',0xf7) |
#define COSAIONRCHANS _IO('C',0xf8) |
#define COSAIORIDSTR _IOR('C',0xf4, char *) |
#define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *) |
#define COSAIORSET _IO('C',0xf0) |
#define COSAIORTYPE _IOR('C',0xf3, char *) |
#define COSAIOSTRT _IOW('C',0xf1, int) |
#define SR_LOAD_ADDR 0x4400 /* SRP microcode load address */ |
#define SR_START_ADDR 0x4400 /* SRP microcode start address */ |