Public Attributes | |
struct interrupt | irq |
uint32_t * | status |
uint32_t * | enable |
struct timer * | timer |
double | hz |
int | pending_tmr0_interrupts |
uint32_t | pci_addr |
struct pci_data * | pci_bus |
uint32_t | mcu_reg [0x100/sizeof(uint32_t)] |
uint32_t | i2c_reg [VERDE_I2C_SIZE/sizeof(uint32_t)] |
Definition at line 60 of file dev_i80321.cc.
uint32_t* i80321_data::enable |
Definition at line 64 of file dev_i80321.cc.
Referenced by DEVINIT().
double i80321_data::hz |
Definition at line 68 of file dev_i80321.cc.
Referenced by DEVINIT().
uint32_t i80321_data::i2c_reg[VERDE_I2C_SIZE/sizeof(uint32_t)] |
Definition at line 79 of file dev_i80321.cc.
Referenced by DEVICE_ACCESS().
struct interrupt i80321_data::irq |
Definition at line 62 of file dev_i80321.cc.
Referenced by DEVINIT().
uint32_t i80321_data::mcu_reg[0x100/sizeof(uint32_t)] |
Definition at line 76 of file dev_i80321.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
uint32_t i80321_data::pci_addr |
Definition at line 72 of file dev_i80321.cc.
Referenced by DEVICE_ACCESS().
struct pci_data* i80321_data::pci_bus |
Definition at line 73 of file dev_i80321.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
int i80321_data::pending_tmr0_interrupts |
Definition at line 69 of file dev_i80321.cc.
Referenced by DEVICE_TICK(), and i80321_interrupt_deassert().
uint32_t* i80321_data::status |
Definition at line 63 of file dev_i80321.cc.
Referenced by DEVINIT().
struct timer* i80321_data::timer |
Definition at line 67 of file dev_i80321.cc.
Referenced by DEVINIT().