I.MX6Q mediaLB ahb interrupt number

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I.MX6Q mediaLB ahb interrupt number

ソリューションへジャンプ
853件の閲覧回数
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 件の賞賛
返信
1 解決策
664件の閲覧回数
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 件の賞賛
返信
1 返信
665件の閲覧回数
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 件の賞賛
返信