Searched refs:bus (Results 226 - 250 of 539) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c35 #define get_pci(o, s) (*pci_bus->read_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s))
36 #define set_pci(o, s, v) (*pci_bus->write_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s), (v))
188 /* choke if we can't find the PCI bus */
192 /* choke if we can't find the ISA bus */
268 /* get a handle for the pci bus */
272 /* get a handle for the isa bus */
279 /* get a handle for the agp bus if it exists */
373 di->pcii.bus, di->pcii.device, di->pcii.function);
392 di->pcii.bus, di->pcii.device, di->pcii.function);
465 di->pcii.bus, d
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c35 #define get_pci(o, s) (*pci_bus->read_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s))
36 #define set_pci(o, s, v) (*pci_bus->write_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s), (v))
193 /* choke if we can't find the PCI bus */
197 /* choke if we can't find the ISA bus */
273 /* get a handle for the pci bus */
277 /* get a handle for the isa bus */
284 /* get a handle for the agp bus if it exists */
382 di->pcii.bus, di->pcii.device, di->pcii.function);
401 di->pcii.bus, di->pcii.device, di->pcii.function);
474 di->pcii.bus, d
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp760 const char* bus; local
763 // make sure parent is really the Virtio bus manager
764 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
767 if (strcmp(bus, "virtio"))
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp231 // make sure parent is really the I2C bus manager
232 const char *bus; local
233 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
236 if (strcmp(bus, "i2c"))
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp264 // make sure parent is really the I2C bus manager
265 const char *bus; local
266 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
269 if (strcmp(bus, "i2c"))
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp417 const char *bus; local
420 // make sure parent is really the Virtio bus manager
421 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
424 if (strcmp(bus, "virtio"))
/haiku/src/add-ons/kernel/drivers/misc/
H A Dpoke.cpp235 ioctl.value = pci->read_pci_config(ioctl.bus, ioctl.device,
250 pci->write_pci_config(ioctl.bus, ioctl.device, ioctl.function,
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/mii/
H A Dbmtphy.c74 #include <sys/bus.h>
H A Dukphy.c72 #include <sys/bus.h>
H A Dukphy_subr.c46 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c42 * bus-master chips (3c90x cards and embedded controllers) including
80 * The 3c90x series chips use a bus-master DMA interface for transferring
82 * (3c59x) also supported a bus master mode, however for those chips
86 * copy would sort of defeat the purpose of the bus master support for
89 * By contrast, the 3c90x cards support a fragment-based bus master
95 * bus master chips because they maintain the old PIO interface for
98 * Since using bus master DMA is a big win, we use this driver to
128 #include <machine/bus.h>
130 #include <sys/bus.h>
377 * some chips/CPUs/processor speeds/bus speed
[all...]
H A Dxlphy.c71 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/3com/
H A Dglue.c7 #include <sys/bus.h>
10 #include <machine/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c37 #include <sys/bus.h>
75 #include <machine/bus.h>
1594 /* Set up MII bus. */
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/mii/
H A Dukphy.c72 #include <sys/bus.h>
H A Dukphy_subr.c46 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/
H A Dglue.c1 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c37 #include <sys/bus.h>
72 #include <machine/bus.h>
640 /* Set up MII bus. */
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/mii/
H A Dukphy.c72 #include <sys/bus.h>
H A Dukphy_subr.c46 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/
H A Dglue.c8 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c37 #include <sys/bus.h>
71 #include <machine/bus.h>
624 /* Set up MII bus. */
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/mii/
H A Datphy.c42 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/
H A Dglue.c7 #include <sys/bus.h>
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c37 #include <sys/bus.h>
72 #include <machine/bus.h>
262 pci_enable_busmaster(dev); /* Enable bus mastering. */
358 * Configure and attach MII bus.

Completed in 314 milliseconds

1234567891011>>