cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tb0287.h (745B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 *  tb0287.h, Include file for TANBAC TB0287 mini-ITX board.
      4 *
      5 *  Copyright (C) 2005	Media Lab Inc. <ito@mlb.co.jp>
      6 *
      7 *  This code is largely based on tb0219.h.
      8 */
      9#ifndef __TANBAC_TB0287_H
     10#define __TANBAC_TB0287_H
     11
     12#include <asm/vr41xx/irq.h>
     13
     14/*
     15 * General-Purpose I/O Pin Number
     16 */
     17#define TB0287_PCI_SLOT_PIN		2
     18#define TB0287_SM501_PIN		3
     19#define TB0287_SIL680A_PIN		8
     20#define TB0287_RTL8110_PIN		13
     21
     22/*
     23 * Interrupt Number
     24 */
     25#define TB0287_PCI_SLOT_IRQ		GIU_IRQ(TB0287_PCI_SLOT_PIN)
     26#define TB0287_SM501_IRQ		GIU_IRQ(TB0287_SM501_PIN)
     27#define TB0287_SIL680A_IRQ		GIU_IRQ(TB0287_SIL680A_PIN)
     28#define TB0287_RTL8110_IRQ		GIU_IRQ(TB0287_RTL8110_PIN)
     29
     30#endif /* __TANBAC_TB0287_H */