Lines Matching refs:bhndb_pci_softc
78 static int bhndb_pci_alloc_msi(struct bhndb_pci_softc *sc,
81 static int bhndb_pci_add_children(struct bhndb_pci_softc *sc);
95 static void bhndb_pci_write_core(struct bhndb_pci_softc *sc,
97 static uint32_t bhndb_pci_read_core(struct bhndb_pci_softc *sc,
100 static int bhndb_pci_srsh_pi_war(struct bhndb_pci_softc *sc,
103 static bus_addr_t bhndb_pci_sprom_addr(struct bhndb_pci_softc *sc);
104 static bus_size_t bhndb_pci_sprom_size(struct bhndb_pci_softc *sc);
326 bhndb_pci_alloc_msi(struct bhndb_pci_softc *sc, int *msi_count) in bhndb_pci_alloc_msi()
355 struct bhndb_pci_softc *sc; in bhndb_pci_attach()
494 struct bhndb_pci_softc *sc; in bhndb_pci_detach()
527 bhndb_pci_add_children(struct bhndb_pci_softc *sc) in bhndb_pci_add_children()
573 bhndb_pci_sprom_regwin(struct bhndb_pci_softc *sc) in bhndb_pci_sprom_regwin()
589 bhndb_pci_sprom_addr(struct bhndb_pci_softc *sc) in bhndb_pci_sprom_addr()
606 bhndb_pci_sprom_size(struct bhndb_pci_softc *sc) in bhndb_pci_sprom_size()
667 bhndb_pci_get_core_regs(struct bhndb_pci_softc *sc, bus_size_t offset, in bhndb_pci_get_core_regs()
706 bhndb_pci_write_core(struct bhndb_pci_softc *sc, bus_size_t offset, in bhndb_pci_write_core()
743 bhndb_pci_read_core(struct bhndb_pci_softc *sc, bus_size_t offset, u_int width) in bhndb_pci_read_core()
801 bhndb_pci_srsh_pi_war(struct bhndb_pci_softc *sc, in bhndb_pci_srsh_pi_war()
848 struct bhndb_pci_softc *sc; in bhndb_pci_resume()
864 struct bhndb_pci_softc *sc; in bhndb_pci_suspend()
881 struct bhndb_pci_softc *sc = device_get_softc(dev); in bhndb_pci_set_window_addr()
951 struct bhndb_pci_softc *sc; in bhndb_pci_populate_board_info()
1129 struct bhndb_pci_softc *sc; in bhndb_pci_pwrctl_get_clksrc()
1153 struct bhndb_pci_softc *sc = device_get_softc(dev); in bhndb_pci_pwrctl_gate_clock()
1170 struct bhndb_pci_softc *sc = device_get_softc(dev); in bhndb_pci_pwrctl_ungate_clock()
1190 struct bhndb_pci_softc *sc = device_get_softc(dev); in bhndb_pci_map_intr_isrc()
1199 bhndb_pci_route_siba_interrupts(struct bhndb_pci_softc *sc, device_t child) in bhndb_pci_route_siba_interrupts()
1234 struct bhndb_pci_softc *sc; in bhndb_pci_route_interrupts()
1756 sizeof(struct bhndb_pci_softc), bhndb_driver);