Public Attributes | |
struct interrupt | irq |
int | use_fb |
int | console_handle |
int | scc_nr |
int | addrmul |
int | register_select_in_progress [N_SCC_PORTS] |
int | register_selected [N_SCC_PORTS] |
unsigned char | scc_register_r [N_SCC_PORTS *N_SCC_REGS] |
unsigned char | scc_register_w [N_SCC_PORTS *N_SCC_REGS] |
unsigned char | rx_queue_char [N_SCC_PORTS *MAX_QUEUE_LEN] |
int | cur_rx_queue_pos_write [N_SCC_PORTS] |
int | cur_rx_queue_pos_read [N_SCC_PORTS] |
struct lk201_data | lk201 |
Definition at line 77 of file dev_scc.cc.
int scc_data::addrmul |
Definition at line 84 of file dev_scc.cc.
Referenced by dev_scc_init().
int scc_data::console_handle |
Definition at line 81 of file dev_scc.cc.
Referenced by dev_scc_init(), and DEVICE_TICK().
int scc_data::cur_rx_queue_pos_read[N_SCC_PORTS] |
Definition at line 94 of file dev_scc.cc.
Referenced by dev_scc_add_to_rx_queue().
int scc_data::cur_rx_queue_pos_write[N_SCC_PORTS] |
Definition at line 93 of file dev_scc.cc.
Referenced by dev_scc_add_to_rx_queue().
struct interrupt scc_data::irq |
Definition at line 461 of file dev_scc.cc.
Referenced by dev_scc_init(), and DEVICE_ACCESS().
struct lk201_data scc_data::lk201 |
Definition at line 94 of file dev_scc.cc.
Referenced by dev_scc_dma_func(), dev_scc_init(), and DEVICE_TICK().
int scc_data::register_select_in_progress[N_SCC_PORTS] |
Definition at line 86 of file dev_scc.cc.
Referenced by DEVICE_ACCESS().
int scc_data::register_selected[N_SCC_PORTS] |
Definition at line 87 of file dev_scc.cc.
Referenced by DEVICE_ACCESS().
unsigned char scc_data::rx_queue_char[N_SCC_PORTS *MAX_QUEUE_LEN] |
Definition at line 92 of file dev_scc.cc.
Referenced by dev_scc_add_to_rx_queue().
int scc_data::scc_nr |
Definition at line 83 of file dev_scc.cc.
Referenced by dev_scc_add_to_rx_queue(), dev_scc_dma_func(), dev_scc_init(), and DEVICE_TICK().
unsigned char scc_data::scc_register_r[N_SCC_PORTS *N_SCC_REGS] |
Definition at line 89 of file dev_scc.cc.
Referenced by dev_scc_init(), DEVICE_ACCESS(), and DEVICE_TICK().
unsigned char scc_data::scc_register_w[N_SCC_PORTS *N_SCC_REGS] |
Definition at line 90 of file dev_scc.cc.
Referenced by dev_scc_dma_func(), and DEVICE_ACCESS().
int scc_data::use_fb |
Definition at line 80 of file dev_scc.cc.
Referenced by dev_scc_init(), and DEVICE_TICK().