Lines Matching +full:ixp4xx +full:- +full:timer
1 // SPDX-License-Identifier: GPL-2.0
3 * arch/arm/mach-ixp4xx/nas100d-setup.c
5 * NAS 100d board-setup
9 * based on ixdp425-setup.c:
10 * Copyright (C) 2003-2004 MontaVista Software, Inc.
11 * based on nas100d-power.c:
13 * based on nas100d-io.c
18 * Maintainers: http://www.nslu2-linux.org/
25 #include <linux/timer.h>
33 #include <asm/mach-types.h>
62 .name = "IXP4XX-Flash",
99 .name = "leds-gpio",
100 .id = -1,
105 .dev_id = "i2c-gpio.0",
115 .name = "i2c-gpio",
165 /* Built-in 10/100 Ethernet MAC interfaces */
197 /* This is used to make sure the power-button pusher is serious. The button
218 power_button_countdown--; in nas100d_power_handler()
222 /* Done on button release, to allow for auto-power-on mods. */ in nas100d_power_handler()
242 /* This is the paper-clip reset, it shuts the machine down directly. */ in nas100d_reset_handler()
256 * have to poll it with a kernel timer. in nas100d_gpio_init()
287 IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1; in nas100d_init()
332 /* Maintainer: www.nslu2-linux.org */