Searched refs:my_port (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-ports.h38 int my_port,
54 int my_port,
77 int my_port,
84 int my_port,
93 int my_port,
H A Dhw-ports.c41 int my_port; member in struct:hw_port_edge
62 int my_port,
103 int my_port,
109 new_edge->my_port = my_port;
121 int my_port,
130 && old_edge->my_port == my_port)
169 int my_port,
179 if (edge->my_port
61 panic_hw_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
101 attach_hw_port_edge(struct hw *me, struct hw_port_edge **list, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
119 detach_hw_port_edge(struct hw *me, struct hw_port_edge **list, int my_port, struct hw *dest, int dest_port) argument
168 hw_port_event(struct hw *me, int my_port, int level) argument
195 hw_port_attach(struct hw *me, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
211 hw_port_detach(struct hw *me, int my_port, struct hw *dest, int dest_port) argument
[all...]
H A Ddv-glue.c347 int my_port,
355 if (my_port < glue->int_number
356 || my_port >= glue->int_number + glue->nr_inputs)
357 hw_abort (me, "port %d outside of valid range", my_port);
359 glue->input[my_port - glue->int_number] = level;
364 int port = my_port % glue->nr_outputs;
369 my_port,
404 my_port, level, glue->output[0]));
346 hw_glue_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-ports.h38 int my_port,
54 int my_port,
77 int my_port,
84 int my_port,
93 int my_port,
H A Dhw-ports.c32 int my_port; member in struct:hw_port_edge
53 int my_port,
94 int my_port,
100 new_edge->my_port = my_port;
112 int my_port,
121 && old_edge->my_port == my_port)
160 int my_port,
170 if (edge->my_port
52 panic_hw_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
92 attach_hw_port_edge(struct hw *me, struct hw_port_edge **list, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
110 detach_hw_port_edge(struct hw *me, struct hw_port_edge **list, int my_port, struct hw *dest, int dest_port) argument
159 hw_port_event(struct hw *me, int my_port, int level) argument
186 hw_port_attach(struct hw *me, int my_port, struct hw *dest, int dest_port, object_disposition disposition) argument
202 hw_port_detach(struct hw *me, int my_port, struct hw *dest, int dest_port) argument
[all...]
H A Ddv-glue.c343 int my_port,
351 if (my_port < glue->int_number
352 || my_port >= glue->int_number + glue->nr_inputs)
353 hw_abort (me, "port %d outside of valid range", my_port);
355 glue->input[my_port - glue->int_number] = level;
360 int port = my_port % glue->nr_outputs;
365 my_port,
400 my_port, level, glue->output[0]));
342 hw_glue_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_cpu.c125 int my_port,
133 if (my_port < 0 || my_port >= hw_cpu_nr_interrupt_ports)
135 my_port);
136 switch (my_port) {
145 my_port);
124 hw_cpu_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
H A Dhw_glue.c291 int my_port,
300 if (my_port < glue->int_number
301 || my_port >= glue->int_number + glue->nr_inputs)
302 device_error(me, "interrupt %d outside of valid range", my_port);
303 glue->input[my_port - glue->int_number] = level;
307 int port = my_port % glue->nr_outputs;
310 my_port,
320 my_port, level, glue->output[0]));
290 hw_glue_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_cpu.c125 int my_port,
133 if (my_port < 0 || my_port >= hw_cpu_nr_interrupt_ports)
135 my_port);
136 switch (my_port) {
145 my_port);
124 hw_cpu_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
H A Dhw_glue.c291 int my_port,
300 if (my_port < glue->int_number
301 || my_port >= glue->int_number + glue->nr_inputs)
302 device_error(me, "interrupt %d outside of valid range", my_port);
303 glue->input[my_port - glue->int_number] = level;
307 int port = my_port % glue->nr_outputs;
310 my_port,
320 my_port, level, glue->output[0]));
290 hw_glue_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
H A Ddevice.h512 int my_port,
538 int my_port,
546 int my_port,
552 int my_port,
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Ddv-lm32cpu.c189 int my_port,
198 HW_TRACE ((me, "interrupt event on port %d, level %d", my_port, level));
211 s_ui_ExtIntrs |= (1 << my_port);
215 lm32bf_h_csr_get (cpu, LM32_CSR_IP) | (1 << my_port));
239 s_ui_ExtIntrs &= ~(1 << my_port);
188 lm32cpu_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Ddv-lm32cpu.c195 int my_port,
204 HW_TRACE ((me, "interrupt event on port %d, level %d", my_port, level));
217 s_ui_ExtIntrs |= (1 << my_port);
221 lm32bf_h_csr_get (cpu, LM32_CSR_IP) | (1 << my_port));
245 s_ui_ExtIntrs &= ~(1 << my_port);
194 lm32cpu_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Ddv-tx3904irc.c257 int my_port,
267 HW_TRACE ((me, "interrupt cleared on port %d", my_port));
272 switch (my_port)
287 int source = my_port - INT1_PORT;
313 hw_abort (me, "Event on output port %d", my_port);
317 hw_abort (me, "Event on unknown port %d", my_port);
256 tx3904irc_port_event(struct hw *me, int my_port, struct hw *source_dev, int source_port, int level) argument
H A Ddv-tx3904cpu.c200 int my_port,
207 switch (my_port)
199 tx3904cpu_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904irc.c259 int my_port,
269 HW_TRACE ((me, "interrupt cleared on port %d", my_port));
274 switch (my_port)
289 int source = my_port - INT1_PORT;
315 hw_abort (me, "Event on output port %d", my_port);
319 hw_abort (me, "Event on unknown port %d", my_port);
258 tx3904irc_port_event(struct hw *me, int my_port, struct hw *source_dev, int source_port, int level) argument
H A Ddv-tx3904cpu.c202 int my_port,
209 switch (my_port)
201 tx3904cpu_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_sic.c106 int my_port; local
116 for (my_port = 0; my_port < 32; ++my_port)
119 bu32 bit = (1 << my_port);
127 iar_idx = my_port / 8;
128 iar_off = (my_port % 8) * 4;
685 bfin_sic_52x_port_event (struct hw *me, int my_port, struct hw *source, argument
689 bu32 idx = DEC_SIC (my_port);
690 bu32 pin = DEC_PIN (my_port);
714 bfin_sic_537_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
737 bfin_sic_54x_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
769 bfin_sic_561_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
[all...]
H A Ddv-bfin_gpio2.c222 bfin_gpio_port_event (struct hw *me, int my_port, struct hw *source, argument
226 bu32 bit = (1 << my_port);
233 HW_TRACE ((me, "pin %i set to %i", my_port, level));
245 hw_port_event (me, my_port, level);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_sic.c107 int my_port; local
117 for (my_port = 0; my_port < 32; ++my_port)
120 bu32 bit = (1 << my_port);
128 iar_idx = my_port / 8;
129 iar_off = (my_port % 8) * 4;
686 bfin_sic_52x_port_event (struct hw *me, int my_port, struct hw *source, argument
690 bu32 idx = DEC_SIC (my_port);
691 bu32 pin = DEC_PIN (my_port);
715 bfin_sic_537_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
738 bfin_sic_54x_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
770 bfin_sic_561_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
[all...]
H A Ddv-bfin_gpio2.c223 bfin_gpio_port_event (struct hw *me, int my_port, struct hw *source, argument
227 bu32 bit = (1 << my_port);
234 HW_TRACE ((me, "pin %i set to %i", my_port, level));
246 hw_port_event (me, my_port, level);
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-cris.c158 int my_port,
167 switch (my_port)
157 cris_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int intparam) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103int.c418 int my_port,
425 switch (my_port)
445 if (my_port > NR_G_PORTS)
446 hw_abort (me, "Event on unknown port %d", my_port);
449 gid = (my_port % NR_G_PORTS) / 4;
451 iid = (my_port % 4);
481 my_port, gid, iid));
494 my_port, gid, iid));
417 mn103int_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103int.c420 int my_port,
427 switch (my_port)
447 if (my_port > NR_G_PORTS)
448 hw_abort (me, "Event on unknown port %d", my_port);
451 gid = (my_port % NR_G_PORTS) / 4;
453 iid = (my_port % 4);
483 my_port, gid, iid));
496 my_port, gid, iid));
419 mn103int_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Ddv-cris.c161 int my_port,
170 switch (my_port)
160 cris_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int intparam) argument

Completed in 394 milliseconds

123