gem5
[DEVELOP-FOR-23.0]
|
#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 | |
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 | LUPIO_TTY_INVAL 0x80000000 |
#define | LUPIO_TTY_WBIT (1 << 0) |
#define | LUPIO_TTY_RBIT (1 << 1) |
#define LUPIO_TTY_INVAL 0x80000000 |
Definition at line 37 of file lupio_tty.cc.
#define LUPIO_TTY_RBIT (1 << 1) |
Definition at line 41 of file lupio_tty.cc.
#define LUPIO_TTY_WBIT (1 << 0) |
Definition at line 40 of file lupio_tty.cc.