I.MX6Q mediaLB ahb interrupt number

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I.MX6Q mediaLB ahb interrupt number

Jump to solution
763 Views
chenghao
Contributor I

Hi,I'm working on MOST bus with QNX RTOS onI.MX6Q SABRE for Automotive Infotainment. Now when I coding the driver of MediaLB, there is a problem that is I can find the interrupt number of ahb ISR. 

In the linux MediaLB driver, we can see a function named "static irqreturn_t mlb_ahb_isr(int irq, void *dev_id)".

So what I want to ask is what's its interrupt numner.

Regards,

Cheng Hao

0 Kudos
1 Solution
574 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, Hao

     The MLB interrupt should be as below:

#define MXC_INT_MLB_AHB0                149

#define MXC_INT_MLB_AHB1                158

     You can refer to arch/arm/plat-mxc/devices/platform-mxc_mlb.c.

View solution in original post

0 Kudos
1 Reply
575 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, Hao

     The MLB interrupt should be as below:

#define MXC_INT_MLB_AHB0                149

#define MXC_INT_MLB_AHB1                158

     You can refer to arch/arm/plat-mxc/devices/platform-mxc_mlb.c.

0 Kudos