Searched refs:bus (Results 151 - 175 of 2070) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/powerpc/ps3/
H A Dps3bus.h43 PS3BUS_ACCESSOR(bus, BUS, int)
58 /* System bus devices */
63 /* Storage bus devices */
/freebsd-10.1-release/sys/sparc64/isa/
H A Disa_dma.c33 #include <sys/bus.h>
/freebsd-10.1-release/sys/sparc64/pci/
H A Dofw_pcib.c41 #include <sys/bus.h>
139 * Concurrently write the primary and secondary bus numbers in order
157 ofw_pcib_setup_device(device_t bus, device_t child) argument
162 switch (pci_get_vendor(bus)) {
173 OFW_PCI_SETUP_DEVICE(device_get_parent(bus), child);
/freebsd-10.1-release/sys/sys/
H A Dbusdma_bufalloc.h38 #include <machine/bus.h>
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dnexus.c40 #include <sys/bus.h>
50 #include <machine/bus.h>
61 * The nexus (which is a pseudo-bus actually) iterates over the nodes that
62 * hang from the Open Firmware root node and adds them as devices to this bus
282 nexus_print_child(device_t bus, device_t child) argument
286 rv = bus_print_child_header(bus, child);
288 rv += bus_print_child_footer(bus, child);
293 nexus_probe_nomatch(device_t bus, device_t child) argument
297 device_printf(bus, "<%s>", ofw_bus_get_name(child));
305 nexus_setup_intr(device_t bus __unuse
361 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, u_long start, u_long end, u_long count, u_int flags) argument
447 nexus_adjust_resource(device_t bus, device_t child __unused, int type, struct resource *r, u_long start, u_long end) argument
[all...]
/freebsd-10.1-release/sys/arm/mv/
H A Dmv_pci.c52 #include <sys/bus.h>
75 #include <machine/bus.h>
254 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16)
309 int sc_busnr; /* Host bridge bus number */
383 /* OFW bus interface */
673 mv_pcib_init_bar(struct mv_pcib_softc *sc, int bus, int slot, int func, argument
685 mv_pcib_write_config(sc->sc_dev, bus, slot, func, reg, ~0, 4);
686 bar = mv_pcib_read_config(sc->sc_dev, bus, slot, func, reg, 4);
699 bus, slo
710 mv_pcib_init_bridge(struct mv_pcib_softc *sc, int bus, int slot, int func) argument
755 mv_pcib_init(struct mv_pcib_softc *sc, int bus, int maxslot) argument
810 mv_pcib_init_all_bars(struct mv_pcib_softc *sc, int bus, int slot, int func, int hdrtype) argument
945 mv_pcib_hw_cfgread(struct mv_pcib_softc *sc, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
980 mv_pcib_hw_cfgwrite(struct mv_pcib_softc *sc, u_int bus, u_int slot, u_int func, u_int reg, uint32_t data, int bytes) argument
1021 mv_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
1035 mv_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, uint32_t val, int bytes) argument
1049 mv_pcib_route_interrupt(device_t bus, device_t dev, int pin) argument
[all...]
/freebsd-10.1-release/sys/dev/ofw/
H A Dofw_bus_subr.c36 #include <sys/bus.h>
99 ofw_bus_gen_get_compat(device_t bus, device_t dev) argument
103 obd = OFW_BUS_GET_DEVINFO(bus, dev);
110 ofw_bus_gen_get_model(device_t bus, device_t dev) argument
114 obd = OFW_BUS_GET_DEVINFO(bus, dev);
121 ofw_bus_gen_get_name(device_t bus, device_t dev) argument
125 obd = OFW_BUS_GET_DEVINFO(bus, dev);
132 ofw_bus_gen_get_node(device_t bus, device_t dev) argument
136 obd = OFW_BUS_GET_DEVINFO(bus, dev);
143 ofw_bus_gen_get_type(device_t bus, device_ argument
[all...]
/freebsd-10.1-release/sys/sparc64/central/
H A Dcentral.c32 #include <sys/bus.h>
41 #include <machine/bus.h>
185 central_adjust_resource(device_t bus __unused, device_t child __unused,
217 central_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
232 passthrough = (device_get_parent(child) != bus);
235 rl = BUS_GET_RESOURCE_LIST(bus, child);
236 sc = device_get_softc(bus);
239 return (resource_list_alloc(rl, bus, child, type, rid, start,
262 res = bus_generic_alloc_resource(bus, child,
276 central_get_resource_list(device_t bus, device_ argument
285 central_get_devinfo(device_t bus, device_t child) argument
[all...]
/freebsd-10.1-release/sys/x86/x86/
H A Dlegacy.c44 #include <sys/bus.h>
49 #include <machine/bus.h>
74 static device_t legacy_add_child(device_t bus, u_int order, const char *name,
166 legacy_print_child(device_t bus, device_t child) argument
171 retval += bus_print_child_header(bus, child);
180 legacy_add_child(device_t bus, u_int order, const char *name, int unit) argument
193 child = device_add_child_ordered(bus, order, name, unit);
258 static device_t cpu_add_child(device_t bus, u_int order, const char *name,
320 cpu_add_child(device_t bus, u_int order, const char *name, int unit) argument
330 pc = pcpu_find(device_get_unit(bus));
[all...]
/freebsd-10.1-release/sys/amd64/vmm/io/
H A Dppt.c37 #include <sys/bus.h>
114 int bus, slot, func; local
119 bus = pci_get_bus(dev);
128 if (vmm_is_pptdev(bus, slot, func) &&
179 ppt_find(int bus, int slot, int func) argument
189 if (bus == b && slot == s && func == f)
335 ppt_assign_device(struct vm *vm, int bus, int slot, int func) argument
339 ppt = ppt_find(bus, slot, func);
349 iommu_add_device(vm_iommu_domain(vm), bus, slot, func); local
356 ppt_unassign_device(struct vm *vm, int bus, in argument
370 iommu_remove_device(vm_iommu_domain(vm), bus, slot, func); local
380 int i, bus, slot, func; local
397 ppt_map_mmio(struct vm *vm, int bus, int slot, int func, vm_paddr_t gpa, size_t len, vm_paddr_t hpa) argument
454 ppt_setup_msi(struct vm *vm, int vcpu, int bus, int slot, int func, uint64_t addr, uint64_t msg, int numvec) argument
545 ppt_setup_msix(struct vm *vm, int vcpu, int bus, int slot, int func, int idx, uint64_t addr, uint64_t msg, uint32_t vector_control) argument
[all...]
/freebsd-10.1-release/sys/mips/malta/
H A Dgt_pci.c48 #include <sys/bus.h>
60 #include <machine/bus.h>
429 gt_pci_conf_setup(struct gt_pci_softc *sc, int bus, int slot, int func, argument
432 *addr = (bus << 16) | (slot << 11) | (func << 8) | reg;
438 gt_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
446 if (gt_pci_conf_setup(sc, bus, slot, func, reg & ~3, &addr))
455 if ((bus == 0) && (slot == 0))
501 bus, slot, func, reg, data, bytes);
508 gt_pci_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, argument
518 reg_data = gt_pci_read_config(dev, bus, slo
578 int bus; local
633 gt_pci_alloc_resource(device_t bus, device_t child, int type, int *rid, u_long start, u_long end, u_long count, u_int flags) argument
677 gt_pci_activate_resource(device_t bus, device_t child, int type, int rid, struct resource *r) argument
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py54 global bus
100 self.bus = dbus.SystemBus()
101 self.wpas_object = self.bus.get_object(
128 self.interface_object = self.bus.get_object(
135 self.bus.add_signal_receiver(GONegotiationSuccess,
138 self.bus.add_signal_receiver(GONegotiationFailure,
141 self.bus.add_signal_receiver(GroupStarted,
144 self.bus.add_signal_receiver(WpsFailure,
/freebsd-10.1-release/etc/
H A Ddevd.conf197 # variables within the bus supplied pnpinfo are set.
199 # action "logger Unknown device: $pnpinfo $location $bus";
204 match "bus" "uhub[0-9]+";
206 bus $bus";
212 match "bus" "pccard[0-9]+";
216 CIS-vendor $cisvendor bus $bus";
220 match "bus" "pccard[0-9]+";
223 $cisvendor bus
[all...]
/freebsd-10.1-release/sys/arm/allwinner/
H A Dbus_space.c35 #include <sys/bus.h>
39 #include <machine/bus.h>
/freebsd-10.1-release/sys/arm/arm/
H A Dbus_space-v6.c37 #include <sys/bus.h>
41 #include <machine/bus.h>
48 * The bus space tag. This is constant for all instances, so
H A Dbus_space_generic.c43 #include <sys/bus.h>
52 #include <machine/bus.h>
/freebsd-10.1-release/sys/arm/at91/
H A Dat91_sdramc.c32 #include <sys/bus.h>
39 #include <machine/bus.h>
H A Dat91_shdwc.c32 #include <sys/bus.h>
39 #include <machine/bus.h>
H A Dat91_tcb.c32 #include <sys/bus.h>
39 #include <machine/bus.h>
H A Dat91rm9200_devices.c31 #include <sys/bus.h>
37 #include <machine/bus.h>
H A Duart_bus_at91usart.c33 #include <sys/bus.h>
37 #include <machine/bus.h>
H A Duart_cpu_at91usart.c38 #include <sys/bus.h>
42 #include <machine/bus.h>
/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c49 #include <sys/bus.h>
54 #include <machine/bus.h>
/freebsd-10.1-release/sys/arm/cavium/cns11xx/
H A Duart_bus_ec.c33 #include <sys/bus.h>
38 #include <machine/bus.h>
H A Duart_cpu_ec.c36 #include <sys/bus.h>
39 #include <machine/bus.h>

Completed in 278 milliseconds

1234567891011>>