Searched refs:cosa (Results 1 – 5 of 5) sorted by relevance
113 struct cosa_data *cosa; /* Pointer to the per-card structure */ member260 #define is_8bit(cosa) (!(cosa->datareg & 0x08)) argument262 #define cosa_getstatus(cosa) (cosa_inb(cosa->statusreg)) argument263 #define cosa_putstatus(cosa, stat) (cosa_outb(stat, cosa->statusreg)) argument264 #define cosa_getdata16(cosa) (cosa_inw(cosa->datareg)) argument265 #define cosa_getdata8(cosa) (cosa_inb(cosa->datareg)) argument266 #define cosa_putdata16(cosa, dt) (cosa_outw(dt, cosa->datareg)) argument267 #define cosa_putdata8(cosa, dt) (cosa_outb(dt, cosa->datareg)) argument276 static void cosa_kick(struct cosa_data *cosa);323 static int cosa_start(struct cosa_data *cosa, int address);[all …]
26 obj-$(CONFIG_COSA) += cosa.o
52 <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also53 read the comment at the top of the <file:drivers/net/wan/cosa.c> for57 module will be called cosa.
103 'C' F0-FF drivers/net/wan/cosa.h conflict!
1960 W: http://www.fi.muni.cz/~kas/cosa/1962 F: drivers/net/wan/cosa*