Public Attributes | |
| struct interrupt | irq |
| unsigned char | macaddr [6] |
| uint8_t | rl_command |
| uint8_t | rl_eecmd |
| int | eeprom_address_width |
| int | eeprom_selected |
| int8_t | eeprom_cur_cmd_bit |
| uint16_t | eeprom_cur_cmd |
| uint16_t | eeprom_cur_data |
| uint16_t | eeprom_reg [EEPROM_SIZE] |
Definition at line 52 of file dev_rtl8139c.cc.
| int rtl8139c_data::eeprom_address_width |
Definition at line 61 of file dev_rtl8139c.cc.
Referenced by DEVINIT().
| uint16_t rtl8139c_data::eeprom_cur_cmd |
Definition at line 64 of file dev_rtl8139c.cc.
Referenced by DEVICE_ACCESS().
| int8_t rtl8139c_data::eeprom_cur_cmd_bit |
Definition at line 63 of file dev_rtl8139c.cc.
Referenced by DEVICE_ACCESS().
| uint16_t rtl8139c_data::eeprom_cur_data |
Definition at line 65 of file dev_rtl8139c.cc.
| uint16_t rtl8139c_data::eeprom_reg[EEPROM_SIZE] |
Definition at line 66 of file dev_rtl8139c.cc.
Referenced by DEVINIT().
| int rtl8139c_data::eeprom_selected |
Definition at line 62 of file dev_rtl8139c.cc.
Referenced by DEVICE_ACCESS().
| struct interrupt rtl8139c_data::irq |
Definition at line 53 of file dev_rtl8139c.cc.
Referenced by DEVINIT().
| unsigned char rtl8139c_data::macaddr[6] |
Definition at line 54 of file dev_rtl8139c.cc.
Referenced by DEVINIT().
| uint8_t rtl8139c_data::rl_command |
Definition at line 57 of file dev_rtl8139c.cc.
Referenced by DEVICE_ACCESS().
| uint8_t rtl8139c_data::rl_eecmd |
Definition at line 58 of file dev_rtl8139c.cc.
Referenced by DEVICE_ACCESS().
1.8.17