Linux Kernel
3.7.1
|
#include "cx18-mailbox.h"
Go to the source code of this file.
Data Structures | |
struct | cx18_mdl_ent |
struct | cx18_scb |
Macros | |
#define | IRQ_APU_TO_CPU 0x00000001 |
#define | IRQ_CPU_TO_APU_ACK 0x00000001 |
#define | IRQ_HPU_TO_CPU 0x00000002 |
#define | IRQ_CPU_TO_HPU_ACK 0x00000002 |
#define | IRQ_PPU_TO_CPU 0x00000004 |
#define | IRQ_CPU_TO_PPU_ACK 0x00000004 |
#define | IRQ_EPU_TO_CPU 0x00000008 |
#define | IRQ_CPU_TO_EPU_ACK 0x00000008 |
#define | IRQ_CPU_TO_APU 0x00000010 |
#define | IRQ_APU_TO_CPU_ACK 0x00000010 |
#define | IRQ_HPU_TO_APU 0x00000020 |
#define | IRQ_APU_TO_HPU_ACK 0x00000020 |
#define | IRQ_PPU_TO_APU 0x00000040 |
#define | IRQ_APU_TO_PPU_ACK 0x00000040 |
#define | IRQ_EPU_TO_APU 0x00000080 |
#define | IRQ_APU_TO_EPU_ACK 0x00000080 |
#define | IRQ_CPU_TO_HPU 0x00000100 |
#define | IRQ_HPU_TO_CPU_ACK 0x00000100 |
#define | IRQ_APU_TO_HPU 0x00000200 |
#define | IRQ_HPU_TO_APU_ACK 0x00000200 |
#define | IRQ_PPU_TO_HPU 0x00000400 |
#define | IRQ_HPU_TO_PPU_ACK 0x00000400 |
#define | IRQ_EPU_TO_HPU 0x00000800 |
#define | IRQ_HPU_TO_EPU_ACK 0x00000800 |
#define | IRQ_CPU_TO_PPU 0x00001000 |
#define | IRQ_PPU_TO_CPU_ACK 0x00001000 |
#define | IRQ_APU_TO_PPU 0x00002000 |
#define | IRQ_PPU_TO_APU_ACK 0x00002000 |
#define | IRQ_HPU_TO_PPU 0x00004000 |
#define | IRQ_PPU_TO_HPU_ACK 0x00004000 |
#define | IRQ_EPU_TO_PPU 0x00008000 |
#define | IRQ_PPU_TO_EPU_ACK 0x00008000 |
#define | IRQ_CPU_TO_EPU 0x00010000 |
#define | IRQ_EPU_TO_CPU_ACK 0x00010000 |
#define | IRQ_APU_TO_EPU 0x00020000 |
#define | IRQ_EPU_TO_APU_ACK 0x00020000 |
#define | IRQ_HPU_TO_EPU 0x00040000 |
#define | IRQ_EPU_TO_HPU_ACK 0x00040000 |
#define | IRQ_PPU_TO_EPU 0x00080000 |
#define | IRQ_EPU_TO_PPU_ACK 0x00080000 |
#define | SCB_OFFSET 0xDC0000 |
#define | SCB_RESERVED_SIZE 0x10000 |
Functions | |
void | cx18_init_scb (struct cx18 *cx) |
#define IRQ_APU_TO_CPU 0x00000001 |
Definition at line 31 of file cx18-scb.h.
#define IRQ_APU_TO_CPU_ACK 0x00000010 |
Definition at line 41 of file cx18-scb.h.
#define IRQ_APU_TO_EPU 0x00020000 |
Definition at line 69 of file cx18-scb.h.
#define IRQ_APU_TO_EPU_ACK 0x00000080 |
Definition at line 47 of file cx18-scb.h.
#define IRQ_APU_TO_HPU 0x00000200 |
Definition at line 51 of file cx18-scb.h.
#define IRQ_APU_TO_HPU_ACK 0x00000020 |
Definition at line 43 of file cx18-scb.h.
#define IRQ_APU_TO_PPU 0x00002000 |
Definition at line 60 of file cx18-scb.h.
#define IRQ_APU_TO_PPU_ACK 0x00000040 |
Definition at line 45 of file cx18-scb.h.
#define IRQ_CPU_TO_APU 0x00000010 |
Definition at line 40 of file cx18-scb.h.
#define IRQ_CPU_TO_APU_ACK 0x00000001 |
Definition at line 32 of file cx18-scb.h.
#define IRQ_CPU_TO_EPU 0x00010000 |
Definition at line 67 of file cx18-scb.h.
#define IRQ_CPU_TO_EPU_ACK 0x00000008 |
Definition at line 38 of file cx18-scb.h.
#define IRQ_CPU_TO_HPU 0x00000100 |
Definition at line 49 of file cx18-scb.h.
#define IRQ_CPU_TO_HPU_ACK 0x00000002 |
Definition at line 34 of file cx18-scb.h.
#define IRQ_CPU_TO_PPU 0x00001000 |
Definition at line 58 of file cx18-scb.h.
#define IRQ_CPU_TO_PPU_ACK 0x00000004 |
Definition at line 36 of file cx18-scb.h.
#define IRQ_EPU_TO_APU 0x00000080 |
Definition at line 46 of file cx18-scb.h.
#define IRQ_EPU_TO_APU_ACK 0x00020000 |
Definition at line 70 of file cx18-scb.h.
#define IRQ_EPU_TO_CPU 0x00000008 |
Definition at line 37 of file cx18-scb.h.
#define IRQ_EPU_TO_CPU_ACK 0x00010000 |
Definition at line 68 of file cx18-scb.h.
#define IRQ_EPU_TO_HPU 0x00000800 |
Definition at line 55 of file cx18-scb.h.
#define IRQ_EPU_TO_HPU_ACK 0x00040000 |
Definition at line 72 of file cx18-scb.h.
#define IRQ_EPU_TO_PPU 0x00008000 |
Definition at line 64 of file cx18-scb.h.
#define IRQ_EPU_TO_PPU_ACK 0x00080000 |
Definition at line 74 of file cx18-scb.h.
#define IRQ_HPU_TO_APU 0x00000020 |
Definition at line 42 of file cx18-scb.h.
#define IRQ_HPU_TO_APU_ACK 0x00000200 |
Definition at line 52 of file cx18-scb.h.
#define IRQ_HPU_TO_CPU 0x00000002 |
Definition at line 33 of file cx18-scb.h.
#define IRQ_HPU_TO_CPU_ACK 0x00000100 |
Definition at line 50 of file cx18-scb.h.
#define IRQ_HPU_TO_EPU 0x00040000 |
Definition at line 71 of file cx18-scb.h.
#define IRQ_HPU_TO_EPU_ACK 0x00000800 |
Definition at line 56 of file cx18-scb.h.
#define IRQ_HPU_TO_PPU 0x00004000 |
Definition at line 62 of file cx18-scb.h.
#define IRQ_HPU_TO_PPU_ACK 0x00000400 |
Definition at line 54 of file cx18-scb.h.
#define IRQ_PPU_TO_APU 0x00000040 |
Definition at line 44 of file cx18-scb.h.
#define IRQ_PPU_TO_APU_ACK 0x00002000 |
Definition at line 61 of file cx18-scb.h.
#define IRQ_PPU_TO_CPU 0x00000004 |
Definition at line 35 of file cx18-scb.h.
#define IRQ_PPU_TO_CPU_ACK 0x00001000 |
Definition at line 59 of file cx18-scb.h.
#define IRQ_PPU_TO_EPU 0x00080000 |
Definition at line 73 of file cx18-scb.h.
#define IRQ_PPU_TO_EPU_ACK 0x00008000 |
Definition at line 65 of file cx18-scb.h.
#define IRQ_PPU_TO_HPU 0x00000400 |
Definition at line 53 of file cx18-scb.h.
#define IRQ_PPU_TO_HPU_ACK 0x00004000 |
Definition at line 63 of file cx18-scb.h.
#define SCB_OFFSET 0xDC0000 |
Definition at line 76 of file cx18-scb.h.
#define SCB_RESERVED_SIZE 0x10000 |
Definition at line 80 of file cx18-scb.h.
Definition at line 27 of file cx18-scb.c.