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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dimm.c378 w_dtr(base, mode);
432 w_dtr(base, *buffer++);
434 w_dtr(base, *buffer++);
594 w_dtr(ppb, 0xaa);
596 w_dtr(ppb, 0x55);
598 w_dtr(ppb, 0x00);
600 w_dtr(ppb, 0xff);
603 w_dtr(ppb, 0x87);
606 w_dtr(ppb, 0x78);
619 w_dtr(pp
[all...]
H A Dimm.h136 #define w_dtr(x,y) outb(y, (x)) macro
H A Dppa.h144 #define w_dtr(x,y) outb(y, (x)) macro
H A Dppa.c384 w_dtr(base, *buffer++);
518 w_dtr(ppb, b);
538 w_dtr(ppb, b);
576 w_dtr(ppb, (1 << target));
579 w_dtr(ppb, 0x80); /* This is NOT the initator */
1040 w_dtr(base, 0x40);
1097 w_dtr(ppb, 0x40);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dlp.c165 #define w_dtr(x,y) do { parport_write_data(lp_table[(x)].dev->port, (y)); } while (0) macro

Completed in 73 milliseconds