Searched refs:HWBLK (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/ ! |
D | hwblk-sh7724.c | 43 [HWBLK_TLB] = HWBLK(MSTPCR0, 31, CORE_AREA), 44 [HWBLK_IC] = HWBLK(MSTPCR0, 30, CORE_AREA), 45 [HWBLK_OC] = HWBLK(MSTPCR0, 29, CORE_AREA), 46 [HWBLK_RSMEM] = HWBLK(MSTPCR0, 28, CORE_AREA), 47 [HWBLK_ILMEM] = HWBLK(MSTPCR0, 27, CORE_AREA), 48 [HWBLK_L2C] = HWBLK(MSTPCR0, 26, CORE_AREA), 49 [HWBLK_FPU] = HWBLK(MSTPCR0, 24, CORE_AREA), 50 [HWBLK_INTC] = HWBLK(MSTPCR0, 22, CORE_AREA), 51 [HWBLK_DMAC0] = HWBLK(MSTPCR0, 21, CORE_AREA_BM), 52 [HWBLK_SHYWAY] = HWBLK(MSTPCR0, 20, CORE_AREA), [all …]
|
D | hwblk-sh7723.c | 43 [HWBLK_TLB] = HWBLK(MSTPCR0, 31, CORE_AREA), 44 [HWBLK_IC] = HWBLK(MSTPCR0, 30, CORE_AREA), 45 [HWBLK_OC] = HWBLK(MSTPCR0, 29, CORE_AREA), 46 [HWBLK_L2C] = HWBLK(MSTPCR0, 28, CORE_AREA), 47 [HWBLK_ILMEM] = HWBLK(MSTPCR0, 27, CORE_AREA), 48 [HWBLK_FPU] = HWBLK(MSTPCR0, 24, CORE_AREA), 49 [HWBLK_INTC] = HWBLK(MSTPCR0, 22, CORE_AREA), 50 [HWBLK_DMAC0] = HWBLK(MSTPCR0, 21, CORE_AREA_BM), 51 [HWBLK_SHYWAY] = HWBLK(MSTPCR0, 20, CORE_AREA), 52 [HWBLK_HUDI] = HWBLK(MSTPCR0, 19, CORE_AREA), [all …]
|
D | hwblk-sh7722.c | 43 [HWBLK_TLB] = HWBLK(MSTPCR0, 31, CORE_AREA), 44 [HWBLK_IC] = HWBLK(MSTPCR0, 30, CORE_AREA), 45 [HWBLK_OC] = HWBLK(MSTPCR0, 29, CORE_AREA), 46 [HWBLK_URAM] = HWBLK(MSTPCR0, 28, CORE_AREA), 47 [HWBLK_XYMEM] = HWBLK(MSTPCR0, 26, CORE_AREA), 48 [HWBLK_INTC] = HWBLK(MSTPCR0, 22, CORE_AREA), 49 [HWBLK_DMAC] = HWBLK(MSTPCR0, 21, CORE_AREA_BM), 50 [HWBLK_SHYWAY] = HWBLK(MSTPCR0, 20, CORE_AREA), 51 [HWBLK_HUDI] = HWBLK(MSTPCR0, 19, CORE_AREA), 52 [HWBLK_UBC] = HWBLK(MSTPCR0, 17, CORE_AREA), [all …]
|
/linux-2.6.39/arch/sh/include/asm/ ! |
D | hwblk.h | 26 #define HWBLK(_mstp, _bit, _area) \ macro
|