Searched refs:adb_type (Results 1 – 5 of 5) sorted by relevance
| /arch/m68k/mac/ |
| A D | config.c | 181 .adb_type = MAC_ADB_II, 196 .adb_type = MAC_ADB_II, 205 .adb_type = MAC_ADB_II, 214 .adb_type = MAC_ADB_II, 223 .adb_type = MAC_ADB_II, 241 .adb_type = MAC_ADB_II, 250 .adb_type = MAC_ADB_IOP, 381 .adb_type = MAC_ADB_II, 401 .adb_type = MAC_ADB_II, 413 .adb_type = MAC_ADB_II, [all …]
|
| A D | misc.c | 383 switch (macintosh_config->adb_type) { in mac_pram_read_byte() 404 switch (macintosh_config->adb_type) { in mac_pram_write_byte() 436 } else if (macintosh_config->adb_type == MAC_ADB_II) { in mac_poweroff() 439 } else if (macintosh_config->adb_type == MAC_ADB_EGRET || in mac_poweroff() 440 macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_poweroff() 444 } else if (macintosh_config->adb_type == MAC_ADB_PB2) { in mac_poweroff() 457 if (macintosh_config->adb_type == MAC_ADB_EGRET || in mac_reset() 458 macintosh_config->adb_type == MAC_ADB_CUDA) { in mac_reset() 463 if (macintosh_config->adb_type == MAC_ADB_PB2) { in mac_reset() 615 switch (macintosh_config->adb_type) { in mac_hwclk() [all …]
|
| A 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() 313 if ((macintosh_config->adb_type != MAC_ADB_PB1) && in via_nubus_init() 314 (macintosh_config->adb_type != MAC_ADB_PB2)) { in via_nubus_init()
|
| A D | iop.c | 249 if (macintosh_config->adb_type == MAC_ADB_IOP) { in iop_init()
|
| /arch/m68k/include/asm/ |
| A D | macintosh.h | 35 char adb_type; member
|
Completed in 14 milliseconds