Lines Matching +full:ave +full:- +full:delay

7  * Copyright 2001-2002 MontaVista Software Inc.
9 * Copyright (C) 1996, 97, 2001, 04 Ralf Baechle (ralf@linux-mips.org)
20 * Copyright (C) 2000-2001 Toshiba Corporation
43 * 675 Mass Ave, Cambridge, MA 02139, USA.
50 #include <linux/delay.h>
64 int extarb = !(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB); in tx4927_pci_setup()
69 if (__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCI66) in tx4927_pci_setup()
77 txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
83 txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
95 txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
99 txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST); in tx4927_pci_setup()
111 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in tx4937_pci_setup()
116 if (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) in tx4937_pci_setup()
124 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
130 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
142 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
146 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup()
162 /* TX4927-SIO DTR on (PIO[15]) */ in rbtx4927_gpio_init()
163 gpio_request(15, "sio-dtr"); in rbtx4927_gpio_init()
241 switch ((unsigned long)__raw_readq(&tx4927_ccfgptr->ccfg) & in rbtx4927_clock_init()
267 switch ((unsigned long)__raw_readq(&tx4938_ccfgptr->ccfg) & in rbtx4937_clock_init()
290 .start = RBTX4927_BRAMRTC_BASE - IO_BASE, in toshiba_rbtx4927_rtc_init()
291 .end = RBTX4927_BRAMRTC_BASE - IO_BASE + 0x800 - 1, in toshiba_rbtx4927_rtc_init()
294 platform_device_register_simple("rtc-ds1742", -1, &res, 1); in toshiba_rbtx4927_rtc_init()
302 .end = RBTX4927_RTL_8019_BASE + 0x20 - 1, in rbtx4927_ne_init()
309 platform_device_register_simple("ne", -1, res, ARRAY_SIZE(res)); in rbtx4927_ne_init()
330 struct platform_device *pdev = platform_device_alloc("leds-gpio", 0); in rbtx4927_gpioled_init()
334 pdev->dev.platform_data = &pdata; in rbtx4927_gpioled_init()
352 platform_device_register_simple("txx9aclc-generic", -1, NULL, 0); in rbtx4927_device_init()
353 txx9_iocled_init(RBTX4927_LED_ADDR - IO_BASE, -1, 3, 1, "green", NULL); in rbtx4927_device_init()