Home
last modified time | relevance | path

Searched refs:readback (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xmcs.c446 unsigned short readback; in mcs_ciminit() local
479 readback = readw((unsigned short *) in mcs_ciminit()
483 if (readback != alloff) in mcs_ciminit()
486 cim->ci_num, offset, readback, alloff)); in mcs_ciminit()
/linux-2.4.37.9/drivers/parport/
DTODO-parport12 b) Handle status readback automatically. IEEE1284 printers can post status
/linux-2.4.37.9/Documentation/video4linux/
DCQcam.txt40 Color Quickcam. It is also nice to have the parallel port readback
45 CONFIG_PNP_PARPORT M for autoprobe.o IEEE1284 readback module
46 CONFIG_PRINTER_READBACK M for parport_probe.o IEEE1284 readback module
/linux-2.4.37.9/Documentation/
Dwolfson-touchscreen.txt133 NOTE: Five wire mode does not allow for readback of pressure.
DConfigure.help5932 Support IEEE 1284 status readback
5940 If you have a printer that supports status readback or device ID, or
29338 # LocalWords: EtherLink OpenBSD pts DEVPTS devpts ptmx ttyp glibc readback SA
/linux-2.4.37.9/drivers/atm/
Dlanai.c702 u32 readback; in sram_test_word() local
704 readback = sram_read(lanai, offset); in sram_test_word()
705 if (readback == pattern) in sram_test_word()
709 lanai->number, offset, pattern, readback); in sram_test_word()