Lines Matching +full:idle +full:- +full:wait +full:- +full:delay
1 // SPDX-License-Identifier: GPL-2.0
12 #include <linux/delay.h>
35 /* Wait until reset finished. Timeout is 100ms. */
65 /* CS2: LAN (0x08000000 - 0x0bffffff) */ in setup_chip_select()
66 /* no idle cycles, normal space, 8 bit data bus */ in setup_chip_select()
68 /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in setup_chip_select()
71 /* CS4: CAN1 (0xb0000000 - 0xb3ffffff) */ in setup_chip_select()
72 /* no idle cycles, normal space, 8 bit data bus */ in setup_chip_select()
74 /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in setup_chip_select()
77 /* CS5a: CAN2 (0xb4000000 - 0xb5ffffff) */ in setup_chip_select()
78 /* no idle cycles, normal space, 8 bit data bus */ in setup_chip_select()
80 /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in setup_chip_select()
83 /* CS5b: CAN3 (0xb6000000 - 0xb7ffffff) */ in setup_chip_select()
84 /* no idle cycles, normal space, 8 bit data bus */ in setup_chip_select()
86 /* (SW:1.5 WR:3 HW:1.5), ext. wait */ in setup_chip_select()
89 /* CS6a: Rotary (0xb8000000 - 0xb9ffffff) */ in setup_chip_select()
90 /* no idle cycles, normal space, 8 bit data bus */ in setup_chip_select()
92 /* (SW:1.5 WR:3 HW:1.5), no ext. wait */ in setup_chip_select()
270 .id = -1,
292 .id = -1,
301 /* Reserved for bootloader, read-only */
335 .name = "physmap-flash",
336 .id = -1,
368 plat_irq_setup_pins(IRQ_MODE_IRQ); /* install handlers for IRQ0-5 */ in init_mpr2_IRQ()