Lines Matching +full:0 +full:x1c80
27 .start = 0xffec005c, /* PUDR */
28 .end = 0xffec005c,
32 static unsigned char heartbeat_bit_pos[] = { 0, 1, 2, 3 };
51 #define GBECONT 0xffc10100
56 if (((unsigned long)addr & 0x00000fff) < 0x0800) in sh7757_eth_set_mdio_gate()
64 .start = 0xfef00000,
65 .end = 0xfef001ff,
68 .start = evt2irq(0xc80),
69 .end = evt2irq(0xc80),
82 .id = 0,
91 .start = 0xfef00800,
92 .end = 0xfef009ff,
95 .start = evt2irq(0xc80),
96 .end = evt2irq(0xc80),
118 if (((unsigned long)addr & 0x00000fff) < 0x0800) { in sh7757_eth_giga_set_mdio_gate()
122 gpio_set_value(GPIO_PTT4, 0); in sh7757_eth_giga_set_mdio_gate()
129 .start = 0xfee00000,
130 .end = 0xfee007ff,
134 .start = 0xfee01800,
135 .end = 0xfee01fff,
138 .start = evt2irq(0x2960),
139 .end = evt2irq(0x2960),
162 .start = 0xfee00800,
163 .end = 0xfee00fff,
167 .start = 0xfee01800,
168 .end = 0xfee01fff,
171 .start = evt2irq(0x2980),
172 .end = evt2irq(0x2980),
196 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
197 REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
198 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
199 REGULATOR_SUPPLY("vqmmc", "sh_mmcif.0"),
204 [0] = {
205 .start = 0xffcb0000,
206 .end = 0xffcb00ff,
210 .start = evt2irq(0x1c60),
214 .start = evt2irq(0x1c80),
220 .sup_pclk = 0x0f,
230 .id = 0,
246 [0] = {
247 .start = 0xffe50000,
248 .end = 0xffe500ff,
252 .start = evt2irq(0x480),
261 .id = 0,
282 [0] = {
283 .start = 0xfe450000,
284 .end = 0xfe4501ff,
288 .start = evt2irq(0x840),
289 .end = evt2irq(0x840),
296 .id = 0,
324 .bus_num = 0,
332 regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers, in sh7757lcr_devices_setup()
359 /* IRQ8 to 0 (PTB, PTC) */ in sh7757lcr_devices_setup()
380 /* RMII 0/1 (PTE, PTF) */ in sh7757lcr_devices_setup()
477 writeb(0x10, 0xfe470000); /* SMR0: SerMux mode 0 */ in sh7757lcr_devices_setup()
501 /* SGPIO1/0 (PTN, PTO) */ in sh7757lcr_devices_setup()
555 gpio_direction_output(GPIO_PTT7, 0); in sh7757lcr_devices_setup()
557 gpio_direction_output(GPIO_PTT6, 0); in sh7757lcr_devices_setup()
586 int value = 0; in sh7757lcr_mode_pins()