Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Difb.c359 uint32_t dev_comm; in ifbattach() local
450 if (OF_getprop(node, "dev-comm", &dev_comm, in ifbattach()
451 sizeof dev_comm) != -1) { in ifbattach()
452 sc->sc_comm = (volatile uint32_t *)(vaddr_t)dev_comm; in ifbattach()