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

/freebsd-11-stable/sys/dev/ep/
H A Dif_ep_isa.c59 static uint16_t get_eeprom_data(int, int);
123 get_eeprom_data(int id_port, int offset) function
197 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_MFG_ID);
202 (void)get_eeprom_data(ELINK_ID_PORT, j);
208 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_MFG_ID);
210 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_PROD_ID);
222 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_RESOURCE_CFG);
226 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_ADDR_CFG);
245 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_CAP);
247 data = get_eeprom_data(ELINK_ID_POR
[all...]
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c94 static int get_eeprom_data(struct cs_softc *sc, int, int, uint16_t *);
128 get_eeprom_data(struct cs_softc *sc, int off, int len, uint16_t *buffer) function
325 } else if (get_eeprom_data(sc,START_EEPROM_DATA,CHKSUM_LEN, eeprom_buff)<0) {

Completed in 121 milliseconds