gem5 v24.0.0.0
Loading...
Searching...
No Matches
lupio_tty.cc File Reference
#include "dev/lupio/lupio_tty.hh"
#include "base/trace.hh"
#include "debug/LupioTTY.hh"
#include "dev/platform.hh"
#include "mem/packet_access.hh"
#include "params/LupioTTY.hh"

Go to the source code of this file.

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

Macros

#define LUPIO_TTY_INVAL   0x80000000
 
#define LUPIO_TTY_WBIT   (1 << 0)
 
#define LUPIO_TTY_RBIT   (1 << 1)
 

Macro Definition Documentation

◆ LUPIO_TTY_INVAL

#define LUPIO_TTY_INVAL   0x80000000

Definition at line 37 of file lupio_tty.cc.

Referenced by gem5::LupioTTY::lupioTTYRead().

◆ LUPIO_TTY_RBIT

#define LUPIO_TTY_RBIT   (1 << 1)

Definition at line 41 of file lupio_tty.cc.

Referenced by gem5::LupioTTY::lupioTTYRead(), and gem5::LupioTTY::lupioTTYWrite().

◆ LUPIO_TTY_WBIT

#define LUPIO_TTY_WBIT   (1 << 0)

Definition at line 40 of file lupio_tty.cc.

Referenced by gem5::LupioTTY::lupioTTYRead(), and gem5::LupioTTY::lupioTTYWrite().


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0