Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dar9003.c348 sc->eep_base = sc->eep_size - 1; in ar9003_find_rom()
349 error = ops->read_rom_data(sc, sc->eep_base, &hdr, sizeof(hdr)); in ar9003_find_rom()
354 sc->eep_base = sc->eep_size - 1; in ar9003_find_rom()
355 error = ops->read_rom_data(sc, sc->eep_base, &hdr, sizeof(hdr)); in ar9003_find_rom()
363 sc->eep_base = sc->eep_size - 1; in ar9003_find_rom()
364 error = ops->read_rom_data(sc, sc->eep_base, &hdr, sizeof(hdr)); in ar9003_find_rom()
369 sc->eep_base = sc->eep_size - 1; in ar9003_find_rom()
370 error = ops->read_rom_data(sc, sc->eep_base, &hdr, sizeof(hdr)); in ar9003_find_rom()
445 addr = sc->eep_base; in ar9003_read_rom()
Dathnvar.h517 uint32_t eep_base; member
Dar9280.c94 sc->eep_base = AR5416_EEP_START_LOC; in ar9280_attach()
Dar9287.c103 sc->eep_base = (sc->flags & ATHN_FLAG_USB) ? in ar9287_attach()
Dar5416.c113 sc->eep_base = AR5416_EEP_START_LOC; in ar5416_attach()
Dar9285.c105 sc->eep_base = AR9285_EEP_START_LOC; in ar9285_attach()
Dar5008.c328 end = sc->eep_base + sc->eep_size / sizeof(uint16_t); in ar5008_read_rom()
329 for (addr = sc->eep_base; addr < end; addr++, eep++) { in ar5008_read_rom()
/openbsd/src/sys/dev/usb/
Dif_athn_usb.c931 addr = AR_EEPROM_OFFSET(sc->eep_base); in athn_usb_read_rom()