Lines Matching +full:pin +full:- +full:switches
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. */
151 char switches[COMMAND_LINE_SIZE]; in atari_switches_setup() local
154 char *args = switches; in atari_switches_setup()
160 strcpy(switches, str); in atari_switches_setup()
188 early_param("switches", atari_switches_setup);
216 /* Set switches as requested by the user */ in config_atari()
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()
410 * FDC val = 4 -> Supervisor only */ in config_atari()
424 * supervisor only, non-cacheable/ in config_atari()
436 * 0xFFxxxxxx -> 0x00xxxxxx, so that the first 16MB is accessible in config_atari()
558 " or.w #0x40,%/d0\n" /* whole data space non-cacheable/ser. */ in atari_reset()
619 "alternate RAM" : "ST-RAM")); 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()