Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dfdreg.h71 #define DIO 0x40 /* data in/out - 1 = remove bytes from fifo */ macro
/titanic_41/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c89 #define DIO 0x0004 macro
90 static int flc_debug = DENT|DERR|DIO;
720 #define DIO 0x0004 macro
721 static int que_debug = DENT|DERR|DIO;
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c53 #define DIO 0x0002 macro
55 static int cmdk_debug = DIO;
479 if (cmdk_debug & DIO) { in cmdkdetach()
/titanic_41/usr/src/uts/sun/io/
H A Dfd.c3765 if ((Msr(fdc) & (DIO|RQM)) == RQM) in fdexec()
3814 if ((Msr(fdc) & (DIO|RQM)) == RQM) in fdexec()
3844 if ((tmp & (RQM|DIO|CB)) == (RQM|DIO|CB)) { in fdexec()
4239 if ((tmp & (RQM|DIO|CB)) == in fdintr_dma()
4240 (RQM|DIO|CB)) { in fdintr_dma()
4414 if ((Msr(fdc) & (DIO|RQM)) == RQM) in fdintr_dma()
/titanic_41/usr/src/data/hwdata/
H A Dpci.ids6707 0160 PCI-DIO-96
6710 1150 PCI-6533 (PCI-DIO-32HS)
14691 b152 DIO-96D2-LPCI
16151 0d10 PCI-DIO
16351 6044 ME-6000/4/DIO
16352 6048 ME-6000/8/DIO
16353 604f ME-6000/16/DIO
16354 6054 ME-6000I/4/DIO
16355 6058 ME-6000I/8/DIO
16356 605f ME-6000I/16/DIO
[all …]
H A Dusb.ids16569 0001 DIO-32 (No Firmware Yet)
17661 6044 ME-6000/4/DIO
17662 6048 ME-6000/8/DIO
17663 604f ME-6000/16/DIO
17664 6054 ME-6000I/4/DIO
17665 6058 ME-6000I/8/DIO
17666 605f ME-6000I/16/DIO
17667 6074 ME-6000ISLE/4/DIO
17668 6078 ME-6000ISLE/8/DIO
17669 607f ME-6000ISLE/16/DIO
[all …]
/titanic_41/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c166 #define DIO 0x0004 macro