Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dcosa.c113 struct cosa_data *cosa; /* Pointer to the per-card structure */ member
260 #define is_8bit(cosa) (!(cosa->datareg & 0x08)) argument
262 #define cosa_getstatus(cosa) (cosa_inb(cosa->statusreg)) argument
263 #define cosa_putstatus(cosa, stat) (cosa_outb(stat, cosa->statusreg)) argument
264 #define cosa_getdata16(cosa) (cosa_inw(cosa->datareg)) argument
265 #define cosa_getdata8(cosa) (cosa_inb(cosa->datareg)) argument
266 #define cosa_putdata16(cosa, dt) (cosa_outw(dt, cosa->datareg)) argument
267 #define cosa_putdata8(cosa, dt) (cosa_outb(dt, cosa->datareg)) argument
276 static void cosa_kick(struct cosa_data *cosa);
323 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-3.4.99/Documentation/ioctl/
Dioctl-number.txt103 'C' F0-FF drivers/net/wan/cosa.h conflict!
/linux-3.4.99/
DMAINTAINERS1960 W: http://www.fi.muni.cz/~kas/cosa/
1962 F: drivers/net/wan/cosa*