Home
last modified time | relevance | path

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

/NextBSD/sys/dev/buslogic/
HDbt_pci.c85 bt_init_softc(dev, regs, irq, 0); in bt_pci_alloc_resources()
HDbt_eisa.c129 bt_init_softc(dev, port, 0, 0); in bt_eisa_alloc_resources()
HDbt_isa.c95 bt_init_softc(dev, port, irq, drq); in bt_isa_alloc_resources()
HDbt_mca.c148 bt_init_softc(dev, io, irq, drq); in bt_mca_alloc_resources()
HDbtreg.h667 void bt_init_softc(device_t dev,
HDbt.c200 bt_init_softc(device_t dev, struct resource *port, in bt_init_softc() function