Lines Matching refs:tegra_pcib_softc

329 struct tegra_pcib_softc {  struct
375 struct tegra_pcib_softc *sc; in tegra_pcib_route_interrupt() argument
388 tegra_pcbib_map_cfg(struct tegra_pcib_softc *sc, u_int bus, u_int slot, in tegra_pcbib_map_cfg()
419 struct tegra_pcib_softc *sc; in tegra_pcib_read_config()
468 struct tegra_pcib_softc *sc; in tegra_pcib_write_config()
517 struct tegra_pcib_softc *sc = arg; in tegra_pci_intr()
585 tegra_pcib_isrc_mask(struct tegra_pcib_softc *sc, in tegra_pcib_isrc_mask()
608 struct tegra_pcib_softc *sc; in tegra_pcib_msi_intr()
612 sc = (struct tegra_pcib_softc *)arg; in tegra_pcib_msi_intr()
637 tegra_pcib_msi_attach(struct tegra_pcib_softc *sc) in tegra_pcib_msi_attach()
662 tegra_pcib_msi_detach(struct tegra_pcib_softc *sc) in tegra_pcib_msi_detach()
676 struct tegra_pcib_softc *sc; in tegra_pcib_msi_disable_intr()
687 struct tegra_pcib_softc *sc; in tegra_pcib_msi_enable_intr()
728 struct tegra_pcib_softc *sc; in tegra_pcib_msi_teardown_intr()
743 struct tegra_pcib_softc *sc; in tegra_pcib_msi_alloc_msi()
798 struct tegra_pcib_softc *sc; in tegra_pcib_msi_release_msi()
821 struct tegra_pcib_softc *sc = device_get_softc(dev); in tegra_pcib_msi_map_msi()
832 tegra_pcib_pex_ctrl(struct tegra_pcib_softc *sc, int port) in tegra_pcib_pex_ctrl()
847 tegra_pcib_enable_fdt_resources(struct tegra_pcib_softc *sc) in tegra_pcib_enable_fdt_resources()
917 tegra_pcib_parse_port(struct tegra_pcib_softc *sc, phandle_t node) in tegra_pcib_parse_port()
991 tegra_pcib_parse_fdt_resources(struct tegra_pcib_softc *sc, phandle_t node) in tegra_pcib_parse_fdt_resources()
1070 tegra_pcib_decode_ranges(struct tegra_pcib_softc *sc, in tegra_pcib_decode_ranges()
1119 tegra_pcib_wait_for_link(struct tegra_pcib_softc *sc, in tegra_pcib_wait_for_link()
1157 tegra_pcib_port_enable(struct tegra_pcib_softc *sc, int port_num) in tegra_pcib_port_enable()
1201 tegra_pcib_port_disable(struct tegra_pcib_softc *sc, uint32_t port_num) in tegra_pcib_port_disable()
1227 tegra_pcib_set_bar(struct tegra_pcib_softc *sc, int bar, uint32_t axi, in tegra_pcib_set_bar()
1244 tegra_pcib_enable(struct tegra_pcib_softc *sc) in tegra_pcib_enable()
1381 struct tegra_pcib_softc *sc; in tegra_pcib_attach_msi()
1439 struct tegra_pcib_softc *sc; in tegra_pcib_attach()
1623 sizeof(struct tegra_pcib_softc), ofw_pcib_driver);