Searched refs:gPESocDispatch (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_serial.c41 if (gPESocDispatch.uart_putc == NULL)
42 panic("gPESocDispatch.uart_putc was null, did you forget to set up the table?");
44 gPESocDispatch.uart_putc(c);
54 if (gPESocDispatch.uart_getc == NULL)
55 panic("gPESocDispatch.uart_getc was null, did you forget to set up the table?");
57 return gPESocDispatch.uart_getc();
H A Dpe_armsupport.c51 if (gPESocDispatch.interrupt_init == NULL)
52 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
54 gPESocDispatch.interrupt_init();
66 if (gPESocDispatch.timebase_init == NULL)
67 panic("gPESocDispatch.interrupt_init was null, did you forget to set up the table?");
69 gPESocDispatch.timebase_init();
81 if (gPESocDispatch.handle_interrupt == NULL)
82 panic("gPESocDispatch.handle_interrupt was null, did you forget to set up the table?");
84 gPESocDispatch.handle_interrupt(context);
96 if (gPESocDispatch
[all...]
H A Dpe_socsupport.c44 SocDeviceDispatch gPESocDispatch; variable
H A Dpe_init.c151 PE_kputc = gPESocDispatch.uart_putc;
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2836.c133 gPESocDispatch.uart_getc = bcm2836_getc;
134 gPESocDispatch.uart_putc = bcm2836_putc;
135 gPESocDispatch.uart_init = bcm2836_uart_init;
137 gPESocDispatch.interrupt_init = bcm2836_interrupt_init;
138 gPESocDispatch.timebase_init = bcm2836_timebase_init;
140 gPESocDispatch.get_timebase = bcm2836_get_timebase;
142 gPESocDispatch.handle_interrupt = bcm2836_handle_interrupt;
144 gPESocDispatch.timer_value = bcm2836_timer_value;
145 gPESocDispatch.timer_enabled = bcm2836_timer_enabled;
147 gPESocDispatch
[all...]
H A Dpe_sun4i.c136 gPESocDispatch.uart_getc = Sun4i_getc;
137 gPESocDispatch.uart_putc = Sun4i_putc;
138 gPESocDispatch.uart_init = Sun4i_uart_init;
140 gPESocDispatch.interrupt_init = Sun4i_interrupt_init;
141 gPESocDispatch.timebase_init = Sun4i_timebase_init;
143 gPESocDispatch.get_timebase = Sun4i_get_timebase;
145 gPESocDispatch.handle_interrupt = Sun4i_handle_interrupt;
147 gPESocDispatch.timer_value = Sun4i_timer_value;
148 gPESocDispatch.timer_enabled = Sun4i_timer_enabled;
150 gPESocDispatch
[all...]
H A Dpe_s5l8720x.c206 gPESocDispatch.uart_getc = S5L8720X_getc;
207 gPESocDispatch.uart_putc = S5L8720X_putc;
208 gPESocDispatch.uart_init = S5L8720X_uart_init;
210 gPESocDispatch.interrupt_init = S5L8720X_interrupt_init;
211 gPESocDispatch.timebase_init = S5L8720X_timebase_init;
213 gPESocDispatch.get_timebase = S5L8720X_get_timebase;
215 gPESocDispatch.handle_interrupt = S5L8720X_handle_interrupt;
217 gPESocDispatch.timer_value = S5L8720X_timer_value;
218 gPESocDispatch.timer_enabled = S5L8720X_timer_enabled;
220 gPESocDispatch
[all...]
H A Dpe_bcm2835.c218 gPESocDispatch.uart_getc = RaspberryPi_getc;
219 gPESocDispatch.uart_putc = RaspberryPi_putc;
220 gPESocDispatch.uart_init = RaspberryPi_uart_init;
222 gPESocDispatch.interrupt_init = RaspberryPi_interrupt_init;
223 gPESocDispatch.timebase_init = RaspberryPi_timebase_init;
225 gPESocDispatch.get_timebase = RaspberryPi_get_timebase;
227 gPESocDispatch.handle_interrupt = RaspberryPi_handle_interrupt;
229 gPESocDispatch.timer_value = RaspberryPi_timer_value;
230 gPESocDispatch.timer_enabled = RaspberryPi_timer_enabled;
232 gPESocDispatch
[all...]
H A Dpe_omap335x.c391 gPESocDispatch.uart_getc = Omap3_getc;
392 gPESocDispatch.uart_putc = Omap3_putc;
393 gPESocDispatch.uart_init = Omap3_uart_init;
395 gPESocDispatch.interrupt_init = Omap3_interrupt_init;
396 gPESocDispatch.timebase_init = Omap3_timebase_init;
398 gPESocDispatch.get_timebase = Omap3_get_timebase;
400 gPESocDispatch.handle_interrupt = Omap3_handle_interrupt;
402 gPESocDispatch.timer_value = Omap3_timer_value;
403 gPESocDispatch.timer_enabled = Omap3_timer_enabled;
405 gPESocDispatch
[all...]
H A Dpe_apq8060.c348 gPESocDispatch.uart_getc = TouchPad_getc;
349 gPESocDispatch.uart_putc = TouchPad_putc;
350 gPESocDispatch.uart_init = TouchPad_uart_init;
352 gPESocDispatch.interrupt_init = TouchPad_interrupt_init;
353 gPESocDispatch.timebase_init = TouchPad_timebase_init;
355 gPESocDispatch.get_timebase = TouchPad_get_timebase;
357 gPESocDispatch.handle_interrupt = TouchPad_handle_interrupt;
359 gPESocDispatch.timer_value = TouchPad_timer_value;
360 gPESocDispatch.timer_enabled = TouchPad_timer_enabled;
362 gPESocDispatch
[all...]
H A Dpe_s5l8900x.c376 gPESocDispatch.uart_getc = S5L8900X_getc;
377 gPESocDispatch.uart_putc = S5L8900X_putc;
378 gPESocDispatch.uart_init = S5L8900X_uart_init;
380 gPESocDispatch.interrupt_init = S5L8900X_interrupt_init;
381 gPESocDispatch.timebase_init = S5L8900X_timebase_init;
383 gPESocDispatch.get_timebase = S5L8900X_get_timebase;
385 gPESocDispatch.handle_interrupt = S5L8900X_handle_interrupt;
387 gPESocDispatch.timer_value = S5L8900X_timer_value;
388 gPESocDispatch.timer_enabled = S5L8900X_timer_enabled;
390 gPESocDispatch
[all...]
H A Dpe_omap3430.c548 gPESocDispatch.uart_getc = Omap3_getc;
549 gPESocDispatch.uart_putc = Omap3_putc;
550 gPESocDispatch.uart_init = Omap3_uart_init;
552 gPESocDispatch.interrupt_init = Omap3_interrupt_init;
553 gPESocDispatch.timebase_init = Omap3_timebase_init;
555 gPESocDispatch.get_timebase = Omap3_get_timebase;
557 gPESocDispatch.handle_interrupt = Omap3_handle_interrupt;
559 gPESocDispatch.timer_value = Omap3_timer_value;
560 gPESocDispatch.timer_enabled = Omap3_timer_enabled;
562 gPESocDispatch
[all...]
H A Dpe_realview.c388 gPESocDispatch.uart_getc = RealView_getc;
389 gPESocDispatch.uart_putc = RealView_putc;
390 gPESocDispatch.uart_init = RealView_uart_init;
392 gPESocDispatch.interrupt_init = RealView_interrupt_init;
393 gPESocDispatch.timebase_init = RealView_timebase_init;
395 gPESocDispatch.get_timebase = RealView_get_timebase;
397 gPESocDispatch.handle_interrupt = RealView_handle_interrupt;
399 gPESocDispatch.timer_value = RealView_timer_value;
400 gPESocDispatch.timer_enabled = RealView_timer_enabled;
402 gPESocDispatch
[all...]
H A Dpe_s5l8930x.c524 gPESocDispatch.uart_getc = S5L8930X_getc;
525 gPESocDispatch.uart_putc = S5L8930X_putc;
526 gPESocDispatch.uart_init = S5L8930X_uart_init;
528 gPESocDispatch.interrupt_init = S5L8930X_interrupt_init;
529 gPESocDispatch.timebase_init = S5L8930X_timebase_init;
531 gPESocDispatch.get_timebase = S5L8930X_get_timebase;
533 gPESocDispatch.handle_interrupt = S5L8930X_handle_interrupt;
535 gPESocDispatch.timer_value = S5L8930X_timer_value;
536 gPESocDispatch.timer_enabled = S5L8930X_timer_enabled;
538 gPESocDispatch
[all...]
H A Dpe_omap3530.c567 gPESocDispatch.uart_getc = Omap3_getc;
568 gPESocDispatch.uart_putc = Omap3_putc;
569 gPESocDispatch.uart_init = Omap3_uart_init;
571 gPESocDispatch.interrupt_init = Omap3_interrupt_init;
572 gPESocDispatch.timebase_init = Omap3_timebase_init;
574 gPESocDispatch.get_timebase = Omap3_get_timebase;
576 gPESocDispatch.handle_interrupt = Omap3_handle_interrupt;
578 gPESocDispatch.timer_value = Omap3_timer_value;
579 gPESocDispatch.timer_enabled = Omap3_timer_enabled;
581 gPESocDispatch
[all...]
/darwin-on-arm/xnu/pexpert/pexpert/arm/
H A Dprotos.h138 extern SocDeviceDispatch gPESocDispatch;

Completed in 31 milliseconds