gem5  v22.1.0.0
Namespaces | Macros
terminal.cc File Reference
#include <sys/ioctl.h>
#include <sys/termios.h>
#include "dev/serial/terminal.hh"
#include <poll.h>
#include <unistd.h>
#include <cctype>
#include <cerrno>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include "base/atomicio.hh"
#include "base/logging.hh"
#include "base/output.hh"
#include "base/socket.hh"
#include "base/trace.hh"
#include "debug/Terminal.hh"
#include "debug/TerminalVerbose.hh"
#include "dev/platform.hh"
#include "dev/serial/uart.hh"

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Macros

#define MORE_PENDING   (1ULL << 61)
 
#define RECEIVE_SUCCESS   (0ULL << 62)
 
#define RECEIVE_NONE   (2ULL << 62)
 
#define RECEIVE_ERROR   (3ULL << 62)
 

Macro Definition Documentation

◆ MORE_PENDING

#define MORE_PENDING   (1ULL << 61)

Definition at line 289 of file terminal.cc.

◆ RECEIVE_ERROR

#define RECEIVE_ERROR   (3ULL << 62)

Definition at line 292 of file terminal.cc.

◆ RECEIVE_NONE

#define RECEIVE_NONE   (2ULL << 62)

Definition at line 291 of file terminal.cc.

◆ RECEIVE_SUCCESS

#define RECEIVE_SUCCESS   (0ULL << 62)

Definition at line 290 of file terminal.cc.


Generated on Wed Dec 21 2022 10:22:56 for gem5 by doxygen 1.9.1