Lines Matching +full:1 +full:mhz
75 writeb(1, rbtx4927_pcireset_addr); in tx4927_pci_setup()
93 writeb(1, rbtx4927_pcireset_addr); in tx4927_pci_setup()
122 writeb(1, rbtx4927_pcireset_addr); in tx4937_pci_setup()
140 writeb(1, rbtx4927_pcireset_addr); in tx4937_pci_setup()
164 gpio_direction_output(15, 1); in rbtx4927_gpio_init()
190 writeb(1, rbtx4927_softresetlock_addr); in toshiba_rbtx4927_restart()
193 while (!(readb(rbtx4927_softresetlock_addr) & 1)) in toshiba_rbtx4927_restart()
197 writeb(1, rbtx4927_softreset_addr); in toshiba_rbtx4927_restart()
231 * ASSUMPTION: PCIDIVMODE is configured for PCI 33MHz or 66MHz. in rbtx4927_clock_init()
234 * PCIDIVMODE[12:11]'s initial value is given by S9[4:3] (ON:0, OFF:1). in rbtx4927_clock_init()
235 * CPU 166MHz: PCI 66MHz : PCIDIVMODE: 00 (1/2.5) in rbtx4927_clock_init()
236 * CPU 200MHz: PCI 66MHz : PCIDIVMODE: 01 (1/3) in rbtx4927_clock_init()
237 * CPU 166MHz: PCI 33MHz : PCIDIVMODE: 10 (1/5) in rbtx4927_clock_init()
238 * CPU 200MHz: PCI 33MHz : PCIDIVMODE: 11 (1/6) in rbtx4927_clock_init()
239 * i.e. S9[3]: ON (83MHz), OFF (100MHz) in rbtx4927_clock_init()
245 txx9_cpu_clock = 166666666; /* 166MHz */ in rbtx4927_clock_init()
248 txx9_cpu_clock = 200000000; /* 200MHz */ in rbtx4927_clock_init()
255 * ASSUMPTION: PCIDIVMODE is configured for PCI 33MHz or 66MHz. in rbtx4937_clock_init()
258 * PCIDIVMODE[12:11]'s initial value is given by S1[5:4] (ON:0, OFF:1) in rbtx4937_clock_init()
260 * CPU 266MHz: PCI 33MHz : PCIDIVMODE: 000 (1/8) in rbtx4937_clock_init()
261 * CPU 266MHz: PCI 66MHz : PCIDIVMODE: 001 (1/4) in rbtx4937_clock_init()
262 * CPU 300MHz: PCI 33MHz : PCIDIVMODE: 010 (1/9) in rbtx4937_clock_init()
263 * CPU 300MHz: PCI 66MHz : PCIDIVMODE: 011 (1/4.5) in rbtx4937_clock_init()
264 * CPU 333MHz: PCI 33MHz : PCIDIVMODE: 100 (1/10) in rbtx4937_clock_init()
265 * CPU 333MHz: PCI 66MHz : PCIDIVMODE: 101 (1/5) in rbtx4937_clock_init()
271 txx9_cpu_clock = 266666666; /* 266MHz */ in rbtx4937_clock_init()
275 txx9_cpu_clock = 300000000; /* 300MHz */ in rbtx4937_clock_init()
278 txx9_cpu_clock = 333333333; /* 333MHz */ in rbtx4937_clock_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()
323 { .name = "gpioled:green:0", .gpio = 0, .active_low = 1, }, in rbtx4927_gpioled_init()
324 { .name = "gpioled:green:1", .gpio = 1, .active_low = 1, }, in rbtx4927_gpioled_init()
347 tx4927_aclc_init(0, 1); in rbtx4927_device_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()