Searched refs:w_dtr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dimm.c263 w_dtr(base, mode);
319 w_dtr(base, *buffer++);
321 w_dtr(base, *buffer++);
477 w_dtr(ppb, 0xaa);
479 w_dtr(ppb, 0x55);
481 w_dtr(ppb, 0x00);
483 w_dtr(ppb, 0xff);
486 w_dtr(ppb, 0x87);
489 w_dtr(ppb, 0x78);
492 w_dtr(pp
[all...]
H A Dimm.h129 #define w_dtr(x,y) outb(y, (x)) macro
H A Dppa.h136 #define w_dtr(x,y) outb(y, (x)) macro
H A Dppa.c260 w_dtr(base, *buffer++);
394 w_dtr(ppb, b);
414 w_dtr(ppb, b);
451 w_dtr(ppb, (1 << target));
454 w_dtr(ppb, 0x80); /* This is NOT the initator */
875 w_dtr(base, 0x40);
931 w_dtr(ppb, 0x40);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtipar.c98 #define w_dtr(x,y) (parport_write_data(table[(x)].dev->port, (y))) macro
105 w_dtr(minor, value);
H A Dlp.c161 #define w_dtr(x,y) do { parport_write_data(lp_table[(x)].dev->port, (y)); } while (0) macro

Completed in 136 milliseconds