Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dcs89x0.c283 static int cs_read_pktpg_from_eeprom(struct cs_softc *, int, uint16_t *);
670 cs_read_pktpg_from_eeprom(struct cs_softc *sc, int pktpg, uint16_t *pValue) in cs_read_pktpg_from_eeprom() function
749 if (cs_read_pktpg_from_eeprom(sc, PKTPG_BUS_CTL, &isaConfig) in cs_get_params()
759 if (cs_read_pktpg_from_eeprom(sc, PKTPG_SELF_CTL, in cs_get_params()
823 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR, &myea[0]) in cs_get_enaddr()
826 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR + 2, &myea[1]) in cs_get_enaddr()
829 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR + 4, &myea[2]) in cs_get_enaddr()