Searched defs:ccsr_pic (Results 1 – 2 of 2) sorted by relevance
521 typedef struct ccsr_pic { struct522 char res1[64];523 uint ipidr0; /* 0x40040 - Interprocessor Interrupt Dispatch Register 0 */524 char res2[12];525 uint ipidr1; /* 0x40050 - Interprocessor Interrupt Dispatch Register 1 */526 char res3[12];527 uint ipidr2; /* 0x40060 - Interprocessor Interrupt Dispatch Register 2 */528 char res4[12];529 uint ipidr3; /* 0x40070 - Interprocessor Interrupt Dispatch Register 3 */530 char res5[12];[all …]
621 typedef struct ccsr_pic { struct622 u8 res1[64];623 u32 ipidr0; /* Interprocessor IRQ Dispatch 0 */624 u8 res2[12];625 u32 ipidr1; /* Interprocessor IRQ Dispatch 1 */626 u8 res3[12];627 u32 ipidr2; /* Interprocessor IRQ Dispatch 2 */628 u8 res4[12];629 u32 ipidr3; /* Interprocessor IRQ Dispatch 3 */630 u8 res5[12];[all …]