Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/rza1/rza1.h

    r321 r429  
    22 *  TOPPERS Software
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    4  *
    5  *  Copyright (C) 2006-2016 by Embedded and Real-Time Systems Laboratory
     4 * 
     5 *  Copyright (C) 2006-2018 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    7  *
     7 * 
    88 *  上記著作権者は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
    99 *  ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
     
    2828 *      由に基づく請求からも,上記著作権者およびTOPPERSプロジェクトを
    2929 *      免責すること.
    30  *
     30 * 
    3131 *  本ソフトウェアは,無保証で提供されているものである.上記著作権者お
    3232 *  よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
     
    3434 *  アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
    3535 *  の責任を負わない.
    36  *
     36 * 
    3737 *  $Id$
    3838 */
     
    4545#define TOPPERS_RZA1_H
    4646
     47#include <kernel.h>
    4748#include <sil.h>
     49#include "arm.h"
    4850
    4951/*
     
    8486
    8587/*
     88 *  CP15の補助制御レジスタ(ACTLR)の設定値
     89 */
     90#define CP15_ACTLR_SMP          UINT_C(0x00000040)
     91
     92/*
    8693 *  GIC依存部を使用するための定義
    8794 */
     
    9299#define GIC_TNUM_INTNO          UINT_C(538)
    93100#endif /* TOPPERS_RZA1H */
    94 #endif /* GIC_TNUM_INT */
     101#endif /* GIC_TNUM_INTNO */
    95102
    96103/*
     
    256263        reg = sil_reh_mem(RZA1_IRQRR);
    257264        reg &= ~(0x01U << (intno - INTNO_IRQ0));
    258         sil_wrh_mem(RZA1_IRQRR, reg);
     265        sil_swrh_mem(RZA1_IRQRR, reg);
    259266}
    260267
Note: See TracChangeset for help on using the changeset viewer.