Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c521 sc->ex_factaddr[0] = val >> 8; in elxl_attach()
522 sc->ex_factaddr[1] = val & 0xff; in elxl_attach()
524 sc->ex_factaddr[2] = val >> 8; in elxl_attach()
525 sc->ex_factaddr[3] = val & 0xff; in elxl_attach()
527 sc->ex_factaddr[4] = val >> 8; in elxl_attach()
528 sc->ex_factaddr[5] = val & 0xff; in elxl_attach()
529 bcopy(sc->ex_factaddr, sc->ex_curraddr, 6); in elxl_attach()
H A Delxl.h474 uint8_t ex_factaddr[6]; member