Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ep/
H A Dif_ep_isa.c61 static uint16_t get_eeprom_data(int, int);
117 get_eeprom_data(int id_port, int offset) in get_eeprom_data() function
191 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_MFG_ID); in ep_isa_identify()
196 (void)get_eeprom_data(ELINK_ID_PORT, j); in ep_isa_identify()
201 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_MFG_ID); in ep_isa_identify()
203 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_PROD_ID); in ep_isa_identify()
215 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_RESOURCE_CFG); in ep_isa_identify()
219 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_ADDR_CFG); in ep_isa_identify()
234 data = get_eeprom_data(ELINK_ID_PORT, EEPROM_CAP); in ep_isa_identify()
236 data = get_eeprom_data(ELINK_ID_PORT, in ep_isa_identify()
/freebsd-12.1/sys/dev/cs/
H A Dif_cs.c96 static int get_eeprom_data(struct cs_softc *sc, int, int, uint16_t *);
130 get_eeprom_data(struct cs_softc *sc, int off, int len, uint16_t *buffer) in get_eeprom_data() function
327 } else if (get_eeprom_data(sc,START_EEPROM_DATA,CHKSUM_LEN, eeprom_buff)<0) { in cs_cs89x0_probe()