Searched refs:DRVSEL (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun/sys/ |
H A D | fdreg.h | 142 #define DRVSEL 0x1 /* drive select */ macro
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 1142 Set_dor(fdc, ~((MOTEN(unit))|DRVSEL|RESET), 0); in fd_attach_check_drive() 1150 Set_dor(fdc, RESET|DRVSEL, 1); in fd_attach_check_drive() 1154 Set_dor(fdc, DRVSEL, 0); in fd_attach_check_drive() 5108 Set_dor(fdc, DRVSEL, !on); in fdselect() 5110 Set_dor(fdc, DRVSEL, on); in fdselect()
|