Lines Matching +full:pin +full:- +full:switches

40 #include <asm/bootinfo-atari.h>
118 * Parse an Atari-specific record in the bootinfo
124 const void *data = record->data; in atari_parse_bootinfo()
126 switch (be16_to_cpu(record->tag)) { in atari_parse_bootinfo()
141 /* Parse the Atari-specific switches= option. */
144 char switches[COMMAND_LINE_SIZE]; in atari_switches_setup() local
147 char *args = switches; in atari_switches_setup()
153 strcpy(switches, str); in atari_switches_setup()
181 early_param("switches", atari_switches_setup);
209 /* Set switches as requested by the user */ in config_atari()
233 * hardware, we assume that the ST-DMA serves SCSI instead of in config_atari()
238 pr_cont(" STDMA-SCSI"); in config_atari()
265 * The ST-DMA address registers aren't readable in config_atari()
385 /* allocator for memory that must reside in st-ram */ in config_atari()
403 * FDC val = 4 -> Supervisor only */ in config_atari()
417 * supervisor only, non-cacheable/ in config_atari()
429 * 0xFFxxxxxx -> 0x00xxxxxx, so that the first 16MB is accessible in config_atari()
551 " or.w #0x40,%/d0\n" /* whole data space non-cacheable/ser. */ in atari_reset()
612 "alternate RAM" : "ST-RAM")); in atari_get_hardware_list()
670 .name = "smc91x-regs",
676 .name = "smc91x-irq",
685 .id = -1,
691 * ISP 1160 - using the isp116x-hcd module
699 .name = "isp1160-data",
705 .name = "isp1160-regs",
711 .name = "isp1160-irq",
722 /* On-chip overcurrent protection */
729 /* WAKEUP pin connected - NOT SUPPORTED */
737 .name = "isp116x-hcd",
764 .name = "rtl8019-regs",
766 .end = ATARI_ETHERNEC_BASE + 0x20 - 1,
770 .name = "rtl8019-irq",
779 .id = -1,
785 * NetUSBee: ISP1160 USB host adapter via ROM-port adapter
794 .name = "isp1160-data",
800 .name = "isp1160-regs",
806 .name = "isp1160-irq",
817 /* On-chip overcurrent protection */
824 /* WAKEUP pin connected - NOT SUPPORTED */
832 .name = "isp116x-hcd",
882 return -ENODEV; in atari_platform_init()
913 platform_device_register_simple("atari_scsi", -1, in atari_platform_init()
916 platform_device_register_simple("atari_scsi", -1, in atari_platform_init()
921 pdev = platform_device_register_simple("atari-falcon-ide", -1, in atari_platform_init()