Searched refs:adb_type (Results 1 – 5 of 5) sorted by relevance
/arch/m68k/mac/ |
D | config.c | 237 .adb_type = MAC_ADB_II, 252 .adb_type = MAC_ADB_II, 261 .adb_type = MAC_ADB_II, 270 .adb_type = MAC_ADB_II, 279 .adb_type = MAC_ADB_II, 297 .adb_type = MAC_ADB_II, 306 .adb_type = MAC_ADB_IOP, 315 .adb_type = MAC_ADB_IISI, 324 .adb_type = MAC_ADB_IISI, 333 .adb_type = MAC_ADB_IISI, [all …]
|
D | misc.c | 463 switch(macintosh_config->adb_type) { in mac_pram_read() 486 switch(macintosh_config->adb_type) { in mac_pram_write() 513 } else if (macintosh_config->adb_type == MAC_ADB_II) { in mac_poweroff() 516 } else if (macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_poweroff() 520 } else if (macintosh_config->adb_type == MAC_ADB_PB1 in mac_poweroff() 521 || macintosh_config->adb_type == MAC_ADB_PB2) { in mac_poweroff() 532 if (macintosh_config->adb_type == MAC_ADB_II) { in mac_reset() 556 } else if (macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_reset() 560 } else if (macintosh_config->adb_type == MAC_ADB_PB1 in mac_reset() 561 || macintosh_config->adb_type == MAC_ADB_PB2) { in mac_reset() [all …]
|
D | via.c | 227 (macintosh_config->adb_type != MAC_ADB_PB1) && in via_init() 228 (macintosh_config->adb_type != MAC_ADB_PB2) && in via_init() 381 if ((macintosh_config->adb_type != MAC_ADB_PB1) && in via_nubus_init() 382 (macintosh_config->adb_type != MAC_ADB_PB2)) { in via_nubus_init()
|
D | iop.c | 249 if (macintosh_config->adb_type == MAC_ADB_IOP) { in iop_preinit()
|
/arch/m68k/include/asm/ |
D | macintosh.h | 26 char adb_type; member
|