Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.c234 sc->mfa_base = (u_int64_t)pci_read_config(dev, TWS_PCI_BAR2, 4); in tws_attach()
235 sc->mfa_base = sc->mfa_base & ~TWS_BIT2; in tws_attach()
236 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach()
H A Dtws.h232 u_int64_t mfa_base; /* mfa base address */ member
H A Dtws_hdm.c42 extern u_int64_t mfa_base;