Searched refs:adb_type (Results 1 – 5 of 5) sorted by relevance
/arch/m68k/mac/ |
D | config.c | 190 .adb_type = MAC_ADB_II, 205 .adb_type = MAC_ADB_II, 214 .adb_type = MAC_ADB_II, 223 .adb_type = MAC_ADB_II, 232 .adb_type = MAC_ADB_II, 250 .adb_type = MAC_ADB_II, 259 .adb_type = MAC_ADB_IOP, 268 .adb_type = MAC_ADB_EGRET, 277 .adb_type = MAC_ADB_EGRET, 286 .adb_type = MAC_ADB_EGRET, [all …]
|
D | misc.c | 382 switch (macintosh_config->adb_type) { in mac_pram_read_byte() 403 switch (macintosh_config->adb_type) { in mac_pram_write_byte() 435 } else if (macintosh_config->adb_type == MAC_ADB_II) { in mac_poweroff() 438 } else if (macintosh_config->adb_type == MAC_ADB_EGRET || in mac_poweroff() 439 macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_poweroff() 443 } else if (macintosh_config->adb_type == MAC_ADB_PB2) { in mac_poweroff() 455 if (macintosh_config->adb_type == MAC_ADB_II && in mac_reset() 469 } else if (macintosh_config->adb_type == MAC_ADB_EGRET || in mac_reset() 470 macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_reset() 474 } else if (macintosh_config->adb_type == MAC_ADB_PB2) { in mac_reset() [all …]
|
D | via.c | 190 switch (macintosh_config->adb_type) { in via_init() 209 (macintosh_config->adb_type != MAC_ADB_PB1) && in via_init() 210 (macintosh_config->adb_type != MAC_ADB_PB2) && in via_init() 330 if ((macintosh_config->adb_type != MAC_ADB_PB1) && in via_nubus_init() 331 (macintosh_config->adb_type != MAC_ADB_PB2)) { in via_nubus_init()
|
D | iop.c | 247 if (macintosh_config->adb_type == MAC_ADB_IOP) { in iop_preinit()
|
/arch/m68k/include/asm/ |
D | macintosh.h | 35 char adb_type; member
|