/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2011 by Kevin Cernekee (cernekee@gmail.com) * * Definitions for BMIPS processors
*/ #ifndef _ASM_BMIPS_H #define _ASM_BMIPS_H
/* NOTE: the CBR register returns a PA, and it can be above 0xff00_0000 */ #define BMIPS_GET_CBR() ((void __iomem *)(CKSEG1 | \
(unsignedlong) \
((read_c0_brcm_cbr() >> 18) << 18)))
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.