Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/tws/
Dtws.c240 sc->mfa_base = (u_int64_t)pci_read_config(dev, TWS_PCI_BAR2, 4); in tws_attach()
241 sc->mfa_base = sc->mfa_base & ~TWS_BIT2; in tws_attach()
242 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach()
Dtws.h237 u_int64_t mfa_base; /* mfa base address */ member
Dtws_hdm.c44 extern u_int64_t mfa_base;