Public Attributes | |
struct interrupt | irq |
int | asserted |
int | scripts_running |
int | selected_id |
struct scsi_transfer * | xferp |
size_t | data_offset |
uint32_t | last_phys_page |
uint8_t * | last_host_page |
int | carry |
uint8_t | reg [OSIOP_NREGS] |
Definition at line 75 of file dev_osiop.cc.
int osiop_data::asserted |
Definition at line 77 of file dev_osiop.cc.
int osiop_data::carry |
Definition at line 91 of file dev_osiop.cc.
size_t osiop_data::data_offset |
Definition at line 84 of file dev_osiop.cc.
struct interrupt osiop_data::irq |
Definition at line 1034 of file dev_osiop.cc.
Referenced by DEVINIT().
uint8_t* osiop_data::last_host_page |
Definition at line 88 of file dev_osiop.cc.
uint32_t osiop_data::last_phys_page |
Definition at line 87 of file dev_osiop.cc.
uint8_t osiop_data::reg[OSIOP_NREGS] |
Definition at line 97 of file dev_osiop.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), osiop_execute_scripts_instr(), and osiop_get_next_scripts_word().
int osiop_data::scripts_running |
Definition at line 79 of file dev_osiop.cc.
Referenced by DEVICE_TICK(), and osiop_execute_scripts().
int osiop_data::selected_id |
Definition at line 82 of file dev_osiop.cc.
struct scsi_transfer* osiop_data::xferp |
Definition at line 83 of file dev_osiop.cc.