Go to the source code of this file.
Macros | |
#define | W(addr) ((u_int32_t *)(addr)) |
#define | R(addr) ((u_int32_t *)((u_int8_t *)(addr) + 0x40000)) |
#define | P0(addr) ((u_int32_t *)((u_int8_t *)(addr) + 0x40000)) |
#define | P1(addr) ((u_int32_t *)((u_int8_t *)(addr) + 0x80000)) |
#define | P2(addr) ((u_int32_t *)((u_int8_t *)(addr) + 0xC0000)) |
#define | P3(addr) ((u_int32_t *)((u_int8_t *)(addr) + 0x100000)) |
#define | RR_CLEAR 0x0 |
#define | RR_COPY 0x3 |
#define | ROP_ZERO 0 /* all 0 */ |
#define | ROP_AND1 1 /* D & M */ |
#define | ROP_AND2 2 /* ~D & M */ |
#define | ROP_AND3 4 /* D & ~M */ |
#define | ROP_THROUGH 5 /* D */ |
#define | ROP_EOR 6 /* (~D & M) | (D & ~M) */ |
#define | ROP_OR1 7 /* D | M */ |
#define | ROP_NOR 8 /* ~D | ~M */ |
#define | ROP_ENOR 9 /* (D & M) | (~D & ~M) */ |
#define | ROP_INV1 10 /* ~D */ |
#define | ROP_OR2 11 /* ~D | M */ |
#define | ROP_INV2 12 /* ~M */ |
#define | ROP_OR3 13 /* D | ~M */ |
#define | ROP_NAND 14 /* ~D | ~M */ |
#define | ROP_ONE 15 /* all 1 */ |
Definition at line 28 of file hitachi_hm53462_rop.h.
Definition at line 29 of file hitachi_hm53462_rop.h.
Definition at line 30 of file hitachi_hm53462_rop.h.
Definition at line 31 of file hitachi_hm53462_rop.h.
Definition at line 27 of file hitachi_hm53462_rop.h.
#define ROP_AND1 1 /* D & M */ |
Definition at line 53 of file hitachi_hm53462_rop.h.
#define ROP_AND2 2 /* ~D & M */ |
Definition at line 54 of file hitachi_hm53462_rop.h.
#define ROP_AND3 4 /* D & ~M */ |
Definition at line 56 of file hitachi_hm53462_rop.h.
#define ROP_ENOR 9 /* (D & M) | (~D & ~M) */ |
Definition at line 61 of file hitachi_hm53462_rop.h.
#define ROP_EOR 6 /* (~D & M) | (D & ~M) */ |
Definition at line 58 of file hitachi_hm53462_rop.h.
#define ROP_INV1 10 /* ~D */ |
Definition at line 62 of file hitachi_hm53462_rop.h.
#define ROP_INV2 12 /* ~M */ |
Definition at line 64 of file hitachi_hm53462_rop.h.
#define ROP_NAND 14 /* ~D | ~M */ |
Definition at line 66 of file hitachi_hm53462_rop.h.
#define ROP_NOR 8 /* ~D | ~M */ |
Definition at line 60 of file hitachi_hm53462_rop.h.
#define ROP_ONE 15 /* all 1 */ |
Definition at line 67 of file hitachi_hm53462_rop.h.
#define ROP_OR1 7 /* D | M */ |
Definition at line 59 of file hitachi_hm53462_rop.h.
#define ROP_OR2 11 /* ~D | M */ |
Definition at line 63 of file hitachi_hm53462_rop.h.
#define ROP_OR3 13 /* D | ~M */ |
Definition at line 65 of file hitachi_hm53462_rop.h.
#define ROP_THROUGH 5 /* D */ |
Definition at line 57 of file hitachi_hm53462_rop.h.
#define ROP_ZERO 0 /* all 0 */ |
Definition at line 52 of file hitachi_hm53462_rop.h.
#define RR_CLEAR 0x0 |
Definition at line 36 of file hitachi_hm53462_rop.h.
#define RR_COPY 0x3 |
Definition at line 37 of file hitachi_hm53462_rop.h.
Definition at line 26 of file hitachi_hm53462_rop.h.