Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/tws/
HDtws.c241 sc->mfa_base = (u_int64_t)pci_read_config(dev, TWS_PCI_BAR2, 4); in tws_attach()
242 sc->mfa_base = sc->mfa_base & ~TWS_BIT2; in tws_attach()
243 TWS_TRACE_DEBUG(sc, "bar2 ", sc->mfa_base, 0); in tws_attach()
HDtws.h237 u_int64_t mfa_base; /* mfa base address */ member
HDtws_hdm.c44 extern u_int64_t mfa_base;