OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_write_intsrc
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/x86/lib/
mpspec.c
128
void
mp_write_intsrc
(struct mp_config_table *mc, int irqtype, int irqflag,
function
149
mp_write_intsrc
(mc, irqtype, MP_IRQ_TRIGGER_LEVEL | MP_IRQ_POLARITY_LOW,
238
mp_write_intsrc
(mc, external_int2 ? MP_INT : MP_EXTINT,
241
mp_write_intsrc
(mc, MP_INT, MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH,
243
mp_write_intsrc
(mc, external_int2 ? MP_EXTINT : MP_INT,
255
mp_write_intsrc
(mc, MP_INT,
/external/u-boot/arch/x86/include/asm/
mpspec.h
330
*
mp_write_intsrc
() - Write an I/O interrupt assignment entry
342
void
mp_write_intsrc
(struct mp_config_table *mc, int irqtype, int irqflag,
Completed in 48 milliseconds