Searched refs:bridge (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-11-stable/sys/dev/pci/
H A Dpci.c265 * bridge.
624 cfg->bridge.br_seclat = REG(PCIR_SECLAT_1, 1);
625 cfg->bridge.br_subbus = REG(PCIR_SUBBUS_1, 1);
626 cfg->bridge.br_secbus = REG(PCIR_SECBUS_1, 1);
627 cfg->bridge.br_pribus = REG(PCIR_PRIBUS_1, 1);
628 cfg->bridge.br_control = REG(PCIR_BRIDGECTL_1, 2);
632 cfg->bridge.br_seclat = REG(PCIR_SECLAT_2, 1);
633 cfg->bridge.br_subbus = REG(PCIR_SUBBUS_2, 1);
634 cfg->bridge.br_secbus = REG(PCIR_SECBUS_2, 1);
635 cfg->bridge
[all...]
H A Dpcivar.h38 #define PCI_MAXMAPS_1 2 /* max. no. of maps for PCI to PCI bridge */
39 #define PCI_MAXMAPS_2 1 /* max. no. of maps for CardBus bridge */
214 struct pcicfg_bridge bridge; /* Bridges */ member in struct:pcicfg
227 /* additional type 1 device config header information (PCI to PCI bridge) */
237 uint16_t bridgectl; /* bridge control register */
241 /* additional type 2 device config header information (CardBus bridge) */
254 uint16_t bridgectl; /* bridge control register */
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h1000 * @bridge: The agp bridge this device is sitting on.
1006 * Create a TTM backend that uses the indicated AGP bridge as an aperture
1011 device_t bridge,
/freebsd-11-stable/contrib/netbsd-tests/net/if_tap/
H A Dt_tap.sh145 rump_server_start $SOCK_LOCAL netinet6 tap bridge
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c193 * "Sabre" is the UltraSPARC IIi onboard UPA to PCI bridge. It manages a
195 * (advanced PCI bridge) connected to it, which was designed specifically for
199 * "Hummingbird" is the UltraSPARC IIe onboard UPA to PCI bridge. It's
273 device_set_desc(dev, "U2P UPA-PCI bridge");
623 * On E250 the interrupt map entry for the EBus bridge is wrong,
627 * the interrupt map entry for the EBus bridge won't match at all
879 * of the header of the bridge (the rest is all zero anyway)
926 psycho_route_interrupt(device_t bridge, device_t dev, int pin) argument
932 mintr = ofw_pci_route_interrupt_common(bridge, dev, pin);
952 sc = device_get_softc(bridge);
[all...]
H A Dschizo.c257 device_set_desc(dev, "Sun Host-PCI bridge");
993 schizo_route_interrupt(device_t bridge, device_t dev, int pin) argument
997 mintr = ofw_pci_route_interrupt_common(bridge, dev, pin);
999 device_printf(bridge,
H A Dfire.c275 device_set_desc(dev, "Sun Host-PCIe bridge");
1341 fire_route_interrupt(device_t bridge, device_t dev, int pin) argument
1345 mintr = ofw_pci_route_interrupt_common(bridge, dev, pin);
1347 device_printf(bridge,
1457 * per Host-PCIe-bridge (we use one event queue for the PCIe error messages).
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc_subr.c63 #include <dev/mmc/bridge.h>
/freebsd-11-stable/etc/rc.d/
H A DMakefile22 bridge \
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c425 * Name of the bridge to which this VIF is connected, if any
429 char *bridge; member in struct:xnb_softc
664 if (xnb->bridge != NULL) {
665 free(xnb->bridge, M_XENSTORE);
666 xnb->bridge = NULL;
882 err = xs_read(XST_NIL, our_path, "bridge", &bridge_len,
883 (void**)&xnb->bridge);
885 xnb->bridge = NULL;
1207 * xenstore), the bridge would stop delivering packets to
1209 * the packet is the same as the interface, and so the bridge
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h127 char bridge[IFNAMSIZ + 1]; member in struct:hostapd_vlan
273 char bridge[IFNAMSIZ + 1]; member in struct:hostapd_bss_config
H A Dap_drv_ops.h56 const char *bridge, int use_existing);
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c53 #include <dev/mmc/bridge.h>
H A Dsdhci_acpi.c47 #include <dev/mmc/bridge.h>
H A Dfsl_sdhci.c66 #include <dev/mmc/bridge.h>
981 /* MMC bridge interface */
H A Dsdhci_pci.c47 #include <dev/mmc/bridge.h>
/freebsd-11-stable/sys/dev/sis/
H A Dif_sis.c386 device_t bridge; local
391 bridge = sis_find_bridge(dev);
392 if (bridge == NULL)
394 reg = pci_read_config(bridge, 0x48, 1);
395 pci_write_config(bridge, 0x48, reg|0x40, 1);
407 pci_write_config(bridge, 0x48, reg & ~0x40, 1);
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_pci.c69 #include <mips/nlm/hal/bridge.h>
464 /* MSI Interrupt Vector enable at bridge's configuration */
468 /* MSI Interrupt enable at bridge's configuration */
472 /* legacy interrupt disable at bridge */
477 /* MSI address update at bridge */
483 /* MSI capability enable at bridge */
490 /* if it is for real PCIe, we need to ack at bridge too */
H A Dxlp_machdep.c81 #include <mips/nlm/hal/bridge.h>
/freebsd-11-stable/share/examples/
H A DMakefile119 netgraph/ether.bridge \
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_sdhci.c56 #include <dev/mmc/bridge.h>
440 /* MMC bridge interface */
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h416 u8 *if_addr, const char *bridge)
421 if_addr, bridge, 0, 0);
412 wpa_drv_if_add(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, char *force_ifname, u8 *if_addr, const char *bridge) argument
/freebsd-11-stable/share/man/man4/
H A DMakefile87 bridge.4 \
628 MLINKS+=bridge.4 if_bridge.4
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c48 #include <dev/mmc/bridge.h>
657 /* MMC bridge interface */
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdhci.c50 #include <dev/mmc/bridge.h>
701 /* MMC bridge interface */

Completed in 197 milliseconds

1234