Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Damiflop.c106 #define DSKSIDE (0x1<<2) /* side selection: 0 = upper, 1 = lower */ macro
407 prb &= ~DSKSIDE; in fd_select()
525 prb |= DSKSIDE; in fd_calibrate()
592 prb |= DSKSIDE | DSKDIREC; in fd_seek()
594 prb &= ~DSKSIDE; in fd_seek()
H A Dataflop.c150 #define DSKSIDE (0x01) macro