Home
last modified time | relevance | path

Searched refs:SA_INTERRUPT (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsigaction.h73 # define SA_INTERRUPT 0x20000000 /* Historical no-op. */ macro
/utopia/UTPA2-700.0.x/modules/irq/hal/mooney/irq/
H A DhalIRQ.c742 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/k6/irq/
H A DhalIRQ.c901 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/k6lite/irq/
H A DhalIRQ.c901 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/kano/irq/
H A DhalIRQ.c895 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/k7u/irq/
H A DhalIRQ.c895 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/curry/irq/
H A DhalIRQ.c895 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/M7821/irq/
H A DhalIRQ.c957 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/M7621/irq/
H A DhalIRQ.c955 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/maxim/irq/
H A DhalIRQ.c955 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/manhattan/irq/
H A DhalIRQ.c951 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/irq/hal/maserati/irq/
H A DhalIRQ.c955 int irq_flags = SA_INTERRUPT; in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c834 result = request_irq(E_IRQ_MFE, MDrv_MFE_ISR, SA_INTERRUPT, "MFE_IRQ", NULL); in MFE_ISR_Enable()