Searched refs:cosa (Results 1 – 7 of 7) 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 …]
19 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.
109 'C' F0-FF drivers/net/wan/cosa.h conflict!
590 :c:func:`test_and_change_bit()` fanno la stessa cosa, ad eccezione che765 hanno idea di che cosa voi stiate parlando.
971 della morte (chi lo sa cosa farà una *callback*?).
3799 W: http://www.fi.muni.cz/~kas/cosa/3801 F: drivers/net/wan/cosa*