Searched refs:Dor (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun/sys/ |
H A D | fdreg.h | 168 #define Dor(fdc) ddi_get8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor)) macro 172 ((uint8_t)(Dor(fdc) | (val)))); \ 175 ((uint8_t)(Dor(fdc) & ~(val)))); }
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | fd.c | 1145 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fd_attach_check_drive() 1162 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fd_attach_check_drive() 1861 if (!(Msr(fdc) & CB) && (Dor(fdc) & (MOTEN(unit)))) { in fdmotoff() 3969 if (!(Dor(fdc) & (MOTEN(unit)))) { in fdexec_turn_on_motor() 4841 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fdreset() 5105 (C, "fdselect: (before) Dor 0x%x\n", Dor(fdc))); in fdselect() 5114 (C, "fdselect: Dor 0x%x\n", Dor(fdc))); in fdselect() 5146 if (!(Dor(fdc) & MOTEN(unit))) { in fdeject() 5158 if (!(Dor(fdc) & MOTEN(unit))) { in fdeject() 5211 if (!(Dor(fdc) & MOTEN(unit))) { in fdsense_chng()
|