Searched refs:eep_base (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | ar9003.c | 348 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()
|
| D | athnvar.h | 517 uint32_t eep_base; member
|
| D | ar9280.c | 94 sc->eep_base = AR5416_EEP_START_LOC; in ar9280_attach()
|
| D | ar9287.c | 103 sc->eep_base = (sc->flags & ATHN_FLAG_USB) ? in ar9287_attach()
|
| D | ar5416.c | 113 sc->eep_base = AR5416_EEP_START_LOC; in ar5416_attach()
|
| D | ar9285.c | 105 sc->eep_base = AR9285_EEP_START_LOC; in ar9285_attach()
|
| D | ar5008.c | 328 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/ |
| D | if_athn_usb.c | 931 addr = AR_EEPROM_OFFSET(sc->eep_base); in athn_usb_read_rom()
|