becc_softc
struct becc_softc *sc = device_private(parent);
becc_pci_dma_init(struct becc_softc *sc)
becc_local_dma_init(struct becc_softc *sc)
becc_pcicore_read(struct becc_softc *sc, bus_addr_t reg)
becc_pcicore_write(struct becc_softc *sc, bus_addr_t reg, uint32_t val)
struct becc_softc *becc_softc;
static void becc_pci_dma_init(struct becc_softc *);
static void becc_local_dma_init(struct becc_softc *);
becc_attach(struct becc_softc *sc)
becc_softc = sc;
becc_pci_conf_setup(struct becc_softc *sc, pcitag_t tag, int offset,
static int becc_pci_conf_cleanup(struct becc_softc *sc);
becc_pci_conf_cleanup(struct becc_softc *sc)
struct becc_softc *sc = v;
struct becc_softc *sc = v;
struct becc_softc *sc = cookie;
struct becc_softc *sc = t;
struct becc_softc *sc = t;
void becc_attach(struct becc_softc *);
uint32_t becc_pcicore_read(struct becc_softc *, bus_addr_t);
void becc_pcicore_write(struct becc_softc *, bus_addr_t, uint32_t);
CFATTACH_DECL_NEW(becc_mainbus, sizeof(struct becc_softc),
struct becc_softc *sc = device_private(self);