Lines Matching +full:single +full:- +full:tt

10  *    gettod() for TT
40 #include <asm/bootinfo-atari.h>
125 * Parse an Atari-specific record in the bootinfo
131 const void *data = record->data; in atari_parse_bootinfo()
133 switch (be16_to_cpu(record->tag)) { in atari_parse_bootinfo()
148 /* Parse the Atari-specific switches= option. */
240 * hardware, we assume that the ST-DMA serves SCSI instead of in config_atari()
245 pr_cont(" STDMA-SCSI"); in config_atari()
272 * The ST-DMA address registers aren't readable in config_atari()
392 /* allocator for memory that must reside in st-ram */ in config_atari()
397 * VME is either at phys. 0xfexxxxxx (TT) or 0xa00000..0xdfffff in config_atari()
399 * 0xfe000000 virt., because this can be done with a single in config_atari()
410 * FDC val = 4 -> Supervisor only */ in config_atari()
424 * supervisor only, non-cacheable/ in config_atari()
434 * about this, so we just assume the smaller offset. For the TT in config_atari()
436 * 0xFFxxxxxx -> 0x00xxxxxx, so that the first 16MB is accessible in config_atari()
553 * care about a different tt regs setup, they also didn't care in in atari_reset()
558 " or.w #0x40,%/d0\n" /* whole data space non-cacheable/ser. */ in atari_reset()
593 /* Medusa has TT _MCH cookie */ in atari_get_model()
596 strcat(model, "TT"); in atari_get_model()
619 "alternate RAM" : "ST-RAM")); in atari_get_hardware_list()
628 ATARIHW_ANNOUNCE(TT_SHIFTER, "TT Shifter"); in atari_get_hardware_list()
633 ATARIHW_ANNOUNCE(TT_SCSI, "SCSI Controller NCR5380 (TT style)"); in atari_get_hardware_list()
677 .name = "smc91x-regs",
683 .name = "smc91x-irq",
692 .id = -1,
698 * ISP 1160 - using the isp116x-hcd module
706 .name = "isp1160-data",
712 .name = "isp1160-regs",
718 .name = "isp1160-irq",
729 /* On-chip overcurrent protection */
736 /* WAKEUP pin connected - NOT SUPPORTED */
744 .name = "isp116x-hcd",
771 .name = "rtl8019-regs",
773 .end = ATARI_ETHERNEC_BASE + 0x20 - 1,
777 .name = "rtl8019-irq",
786 .id = -1,
792 * NetUSBee: ISP1160 USB host adapter via ROM-port adapter
801 .name = "isp1160-data",
807 .name = "isp1160-regs",
813 .name = "isp1160-irq",
824 /* On-chip overcurrent protection */
831 /* WAKEUP pin connected - NOT SUPPORTED */
839 .name = "isp116x-hcd",
889 return -ENODEV; in atari_platform_init()
920 platform_device_register_simple("atari_scsi", -1, in atari_platform_init()
923 platform_device_register_simple("atari_scsi", -1, in atari_platform_init()
928 pdev = platform_device_register_simple("atari-falcon-ide", -1, in atari_platform_init()