Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c692 int controller_nr = addr / nr_ide_drives_per_controller; in hw_ide_attach_address() local
696 if (controller_nr >= nr_ide_controllers) in hw_ide_attach_address()
700 controller = &ide->controller[controller_nr]; in hw_ide_attach_address()
713 controller_nr, in hw_ide_attach_address()