Home
last modified time | relevance | path

Searched refs:cosa (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wan/
Dcosa.c111 struct cosa_data *cosa; /* Pointer to the per-card structure */ member
258 #define is_8bit(cosa) (!(cosa->datareg & 0x08)) argument
260 #define cosa_getstatus(cosa) (cosa_inb(cosa->statusreg)) argument
261 #define cosa_putstatus(cosa, stat) (cosa_outb(stat, cosa->statusreg)) argument
262 #define cosa_getdata16(cosa) (cosa_inw(cosa->datareg)) argument
263 #define cosa_getdata8(cosa) (cosa_inb(cosa->datareg)) argument
264 #define cosa_putdata16(cosa, dt) (cosa_outw(dt, cosa->datareg)) argument
265 #define cosa_putdata8(cosa, dt) (cosa_outb(dt, cosa->datareg)) argument
274 static void cosa_kick(struct cosa_data *cosa);
321 static int cosa_start(struct cosa_data *cosa, int address);
[all …]
DMakefile26 obj-$(CONFIG_COSA) += cosa.o
DKconfig52 <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also
53 read the comment at the top of the <file:drivers/net/wan/cosa.c> for
57 module will be called cosa.
/linux-2.6.39/Documentation/ioctl/
Dioctl-number.txt103 'C' F0-FF drivers/net/wan/cosa.h conflict!
/linux-2.6.39/
DMAINTAINERS1877 W: http://www.fi.muni.cz/~kas/cosa/
1879 F: drivers/net/wan/cosa*