HomeSort by: relevance | last modified time | path
    Searched defs:drive_nr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_ide.c 400 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];
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_ide.c 400 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 16 milliseconds