Public Attributes | |
int | addrmult |
int | in_use |
const char * | name |
int | console_handle |
int | enable_fifo |
struct interrupt | irq |
unsigned char | reg [DEV_NS16550_LENGTH] |
unsigned char | fcr |
int | int_asserted |
int | dlab |
int | divisor |
int | databits |
char | parity |
const char * | stopbits |
Definition at line 53 of file dev_ns16550.cc.
int ns_data::addrmult |
Definition at line 54 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
int ns_data::console_handle |
Definition at line 57 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), DEVICE_TICK(), and DEVINIT().
int ns_data::databits |
Definition at line 68 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
int ns_data::divisor |
Definition at line 66 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
int ns_data::dlab |
Definition at line 65 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
int ns_data::enable_fifo |
Definition at line 58 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
unsigned char ns_data::fcr |
Definition at line 63 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS().
int ns_data::in_use |
Definition at line 55 of file dev_ns16550.cc.
Referenced by DEVINIT().
int ns_data::int_asserted |
Definition at line 64 of file dev_ns16550.cc.
Referenced by DEVICE_TICK().
struct interrupt ns_data::irq |
Definition at line 60 of file dev_ns16550.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
const char* ns_data::name |
Definition at line 56 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
char ns_data::parity |
Definition at line 69 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
unsigned char ns_data::reg[DEV_NS16550_LENGTH] |
Definition at line 62 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
const char* ns_data::stopbits |
Definition at line 70 of file dev_ns16550.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().