Home
last modified time | relevance | path

Searched refs:Dor (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h168 #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)))); }
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1147 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fd_attach_check_drive()
1164 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fd_attach_check_drive()
1864 if (!(Msr(fdc) & CB) && (Dor(fdc) & (MOTEN(unit)))) { in fdmotoff()
3972 if (!(Dor(fdc) & (MOTEN(unit)))) { in fdexec_turn_on_motor()
4844 (C, "fdattach: Dor 0x%x\n", Dor(fdc))); in fdreset()
5108 (C, "fdselect: (before) Dor 0x%x\n", Dor(fdc))); in fdselect()
5117 (C, "fdselect: Dor 0x%x\n", Dor(fdc))); in fdselect()
5149 if (!(Dor(fdc) & MOTEN(unit))) { in fdeject()
5161 if (!(Dor(fdc) & MOTEN(unit))) { in fdeject()
5214 if (!(Dor(fdc) & MOTEN(unit))) { in fdsense_chng()