if_ix.c | 98 static uint16_t ix_read_eeprom(bus_space_tag_t, bus_space_handle_t, int); 138 ix_read_eeprom(bus_space_tag_t iot, bus_space_handle_t ioh, int location) function in typeref:typename:uint16_t 486 val = ix_read_eeprom(iot, ioh, 6) & 0xff; 543 checksum += ix_read_eeprom(iot, ioh, i); 577 irq_encoded = ix_read_eeprom(iot, ioh, IX_EEPROM_CONFIG1); 673 wval = ix_read_eeprom(iot, ioh, IX_EEPROM_ENET_HIGH); 676 wval = ix_read_eeprom(iot, ioh, IX_EEPROM_ENET_MID); 679 wval = ix_read_eeprom(iot, ioh, IX_EEPROM_ENET_LOW); 834 if (ix_read_eeprom(iot, ioh, IX_EEPROM_CONFIG1) & 836 if (ix_read_eeprom(iot, ioh, IX_EEPROM_MEDIA) [all...] |