Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
DMakefile19 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-v4.19/Documentation/ioctl/
Dioctl-number.txt109 'C' F0-FF drivers/net/wan/cosa.h conflict!
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst590 :c:func:`test_and_change_bit()` fanno la stessa cosa, ad eccezione che
765 hanno idea di che cosa voi stiate parlando.
Dlocking.rst971 della morte (chi lo sa cosa farà una *callback*?).
/Linux-v4.19/
DMAINTAINERS3799 W: http://www.fi.muni.cz/~kas/cosa/
3801 F: drivers/net/wan/cosa*