Lines Matching +full:init +full:- +full:b +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0-or-later
10 #include <linux/dma-mapping.h>
13 #include <linux/init.h>
22 #include <asm/mach-au1x00/au1000.h>
23 #include <asm/mach-au1x00/gpio-au1000.h>
24 #include <asm/mach-au1x00/au1000_dma.h>
25 #include <asm/mach-au1x00/au1100_mmc.h>
26 #include <asm/mach-db1x00/bcsr.h>
51 return -ENODEV; in db1000_board_setup()
57 return -1; in db1500_map_pci_irq()
68 return -1; in db1500_map_pci_irq()
87 .name = "alchemy-pci",
101 .end = AU1100_LCD_PHYS_ADDR + 0x800 - 1,
112 .name = "au1100-lcd",
141 .name = "alchemy-ac97c",
142 .id = -1,
148 .name = "alchemy-pcm-dma",
153 .name = "ac97-codec",
154 .id = -1,
158 .name = "db1000-audio",
237 static void db1100_mmcled_set(struct led_classdev *led, enum led_brightness b) in db1100_mmcled_set() argument
239 if (b != LED_OFF) in db1100_mmcled_set()
275 static void db1100_mmc1led_set(struct led_classdev *led, enum led_brightness b) in db1100_mmc1led_set() argument
277 if (b != LED_OFF) in db1100_mmc1led_set()
328 .name = "au1xxx-mmc",
363 .name = "au1xxx-mmc",
389 GPIO_LOOKUP("alchemy-gpio2", 21,
419 * 207 thru 210 are GPIOs at offset 7 thru 10 at this chip.
424 GPIO_LOOKUP("alchemy-gpio2", 9,
426 GPIO_LOOKUP("alchemy-gpio2", 8,
428 GPIO_LOOKUP("alchemy-gpio2", 7,
430 GPIO_LOOKUP("alchemy-gpio2", 10,
480 pfc |= (1 << 0); /* SSI0 pins as GPIOs */ in db1000_dev_setup()
547 AU1000_PCMCIA_ATTR_PHYS_ADDR + 0x000400000 - 1, in db1000_dev_setup()
549 AU1000_PCMCIA_MEM_PHYS_ADDR + 0x000400000 - 1, in db1000_dev_setup()
551 AU1000_PCMCIA_IO_PHYS_ADDR + 0x000010000 - 1, in db1000_dev_setup()
560 AU1000_PCMCIA_ATTR_PHYS_ADDR + 0x004400000 - 1, in db1000_dev_setup()
562 AU1000_PCMCIA_MEM_PHYS_ADDR + 0x004400000 - 1, in db1000_dev_setup()
564 AU1000_PCMCIA_IO_PHYS_ADDR + 0x004010000 - 1, in db1000_dev_setup()