Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Damifdreg.h17 #define DSKMOTOR (0x1<<7) /* motor on when low */ macro
/linux-3.4.99/drivers/block/
Damiflop.c121 #define MOTOR_ON (ciab.prb &= ~DSKMOTOR)
122 #define MOTOR_OFF (ciab.prb |= DSKMOTOR)
290 prb &= ~DSKMOTOR; in fd_select()