Home
last modified time | relevance | path

Searched refs:DSKRDY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c92 #define DSKRDY (0x1<<5) /* disk ready when low */ macro
447 if (!(ciaa.pra & DSKRDY) || --on_attempts == 0) { in motor_on_callback()
480 printk (KERN_WARNING "DSKRDY not set after 1.5 seconds - assuming drive is spinning notwithstanding\n"); in fd_motor_on()
649 /* read and store value of DSKRDY */ in fd_get_drive_id()
651 id |= (ciaa.pra & DSKRDY) ? 0 : 1; /* cia regs are low-active! */ in fd_get_drive_id()
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c92 #define DSKRDY (0x1<<5) /* disk ready when low */ macro
447 if (!(ciaa.pra & DSKRDY) || --on_attempts == 0) { in motor_on_callback()
480 printk (KERN_WARNING "DSKRDY not set after 1.5 seconds - assuming drive is spinning notwithstanding\n"); in fd_motor_on()
649 /* read and store value of DSKRDY */ in fd_get_drive_id()
651 id |= (ciaa.pra & DSKRDY) ? 0 : 1; /* cia regs are low-active! */ in fd_get_drive_id()

Completed in 6 milliseconds