Lines Matching +full:mmc +full:- +full:spi +full:- +full:slot
1 // SPDX-License-Identifier: GPL-2.0-or-later
10 #include <linux/dma-mapping.h>
17 #include <linux/mmc/host.h>
21 #include <linux/spi/spi.h>
22 #include <linux/spi/spi_gpio.h>
23 #include <asm/mach-au1x00/au1000.h>
24 #include <asm/mach-au1x00/gpio-au1000.h>
25 #include <asm/mach-au1x00/au1000_dma.h>
26 #include <asm/mach-au1x00/au1100_mmc.h>
27 #include <asm/mach-db1x00/bcsr.h>
52 return -ENODEV; in db1000_board_setup()
55 static int db1500_map_pci_irq(const struct pci_dev *d, u8 slot, u8 pin) in db1500_map_pci_irq() argument
57 if ((slot < 12) || (slot > 13) || pin == 0) in db1500_map_pci_irq()
58 return -1; in db1500_map_pci_irq()
59 if (slot == 12) in db1500_map_pci_irq()
61 if (slot == 13) { in db1500_map_pci_irq()
69 return -1; in db1500_map_pci_irq()
88 .name = "alchemy-pci",
102 .end = AU1100_LCD_PHYS_ADDR + 0x800 - 1,
113 .name = "au1100-lcd",
142 .name = "alchemy-ac97c",
143 .id = -1,
149 .name = "alchemy-pcm-dma",
154 .name = "ac97-codec",
155 .id = -1,
159 .name = "db1000-audio",
329 .name = "au1xxx-mmc",
364 .name = "au1xxx-mmc",
379 .name = "alchemy-gpio2",
384 PROPERTY_ENTRY_GPIO("pendown-gpios",
415 PROPERTY_ENTRY_GPIO("miso-gpios",
417 PROPERTY_ENTRY_GPIO("mosi-gpios",
419 PROPERTY_ENTRY_GPIO("sck-gpios",
421 PROPERTY_ENTRY_GPIO("cs-gpios",
505 pr_err("failed to register SPI controller: %d\n", err); in db1000_dev_setup()
551 AU1000_PCMCIA_ATTR_PHYS_ADDR + 0x000400000 - 1, in db1000_dev_setup()
553 AU1000_PCMCIA_MEM_PHYS_ADDR + 0x000400000 - 1, in db1000_dev_setup()
555 AU1000_PCMCIA_IO_PHYS_ADDR + 0x000010000 - 1, in db1000_dev_setup()
564 AU1000_PCMCIA_ATTR_PHYS_ADDR + 0x004400000 - 1, in db1000_dev_setup()
566 AU1000_PCMCIA_MEM_PHYS_ADDR + 0x004400000 - 1, in db1000_dev_setup()
568 AU1000_PCMCIA_IO_PHYS_ADDR + 0x004010000 - 1, in db1000_dev_setup()