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

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_ide.c400 int drive_nr = (controller->reg[ide_drive_head_reg] & 0x10) != 0; local
401 controller->current_drive = &controller->drive[drive_nr];
693 int drive_nr = addr % nr_ide_drives_per_controller; local
701 drive = &controller->drive[drive_nr];
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c400 int drive_nr = (controller->reg[ide_drive_head_reg] & 0x10) != 0; local
401 controller->current_drive = &controller->drive[drive_nr];
693 int drive_nr = addr % nr_ide_drives_per_controller; local
701 drive = &controller->drive[drive_nr];

Completed in 93 milliseconds