Go to the documentation of this file.
11 #ifndef __ASM_CPU_SH4_SQ_H
12 #define __ASM_CPU_SH4_SQ_H
14 #include <asm/addrspace.h>
23 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1))
24 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)
26 #define SQ_QACR0 (P4SEG_REG_BASE + 0x38)
27 #define SQ_QACR1 (P4SEG_REG_BASE + 0x3c)
28 #define SQ_ADDRMAX (P4SEG_STORE_QUE + 0x04000000)