Searched refs:ix_read_eeprom (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dif_ix.c98 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
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(io
[all...]

Completed in 87 milliseconds