HomeSort by: relevance | last modified time | path
    Searched defs:bus (Results 1 - 25 of 342) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/cardbus/
usb_cardbus.h 40 u_int bus; member in struct:usb_cardbus
usb_cardbus.h 40 u_int bus; member in struct:usb_cardbus
  /src/sys/arch/mips/sibyte/pci/
sbpcihb.c 65 int bus, device; local in function:sbpcihb_match
67 pci_decompose_tag(pa->pa_pc, pa->pa_tag, &bus, &device, NULL);
70 if (bus == 0 && device == 0
sbpcihb.c 65 int bus, device; local in function:sbpcihb_match
67 pci_decompose_tag(pa->pa_pc, pa->pa_tag, &bus, &device, NULL);
70 if (bus == 0 && device == 0
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
nouveau_nvkm_subdev_bus_base.c 34 struct nvkm_bus *bus = nvkm_bus(subdev); local in function:nvkm_bus_intr
35 bus->func->intr(bus);
41 struct nvkm_bus *bus = nvkm_bus(subdev); local in function:nvkm_bus_init
42 bus->func->init(bus);
63 struct nvkm_bus *bus; local in function:nvkm_bus_new_
64 if (!(bus = *pbus = kzalloc(sizeof(*bus), GFP_KERNEL)))
66 nvkm_subdev_ctor(&nvkm_bus, device, index, &bus->subdev)
    [all...]
nouveau_nvkm_subdev_bus_base.c 34 struct nvkm_bus *bus = nvkm_bus(subdev); local in function:nvkm_bus_intr
35 bus->func->intr(bus);
41 struct nvkm_bus *bus = nvkm_bus(subdev); local in function:nvkm_bus_init
42 bus->func->init(bus);
63 struct nvkm_bus *bus; local in function:nvkm_bus_new_
64 if (!(bus = *pbus = kzalloc(sizeof(*bus), GFP_KERNEL)))
66 nvkm_subdev_ctor(&nvkm_bus, device, index, &bus->subdev)
    [all...]
  /src/sys/dev/pci/
usb_pci.h 40 u_int bus; member in struct:usb_pci
usb_pci.h 40 u_int bus; member in struct:usb_pci
  /src/sys/arch/alpha/pci/
pci_up1000.c 45 #include <sys/bus.h>
94 int bus, device, function; local in function:ALPHA_PCI_INTR_INIT
105 pci_decompose_tag(pc, bustag, &bus, &device, &function);
113 bus, device, function);
pci_up1000.c 45 #include <sys/bus.h>
94 int bus, device, function; local in function:ALPHA_PCI_INTR_INIT
105 pci_decompose_tag(pc, bustag, &bus, &device, &function);
113 bus, device, function);
pci_eb164.c 155 int bus, device, function; local in function:ALPHA_PCI_INTR_INIT
167 pci_decompose_tag(pc, bustag, &bus, &device, &function);
174 * at bus 0 device 11. These are wired to compatibility mode,
178 * Cypress PCI-ISA bridge at bus 0 device 8. These, too, are
183 if (bus == 0) {
pci_eb164.c 155 int bus, device, function; local in function:ALPHA_PCI_INTR_INIT
167 pci_decompose_tag(pc, bustag, &bus, &device, &function);
174 * at bus 0 device 11. These are wired to compatibility mode,
178 * Cypress PCI-ISA bridge at bus 0 device 8. These, too, are
183 if (bus == 0) {
  /src/sys/arch/x86/pci/
aapic.c 45 int bus, dev, func, rev; local in function:aapic_attach
65 pci_decompose_tag(pa->pa_pc, pa->pa_tag, &bus, &dev, &func);
67 tag = pci_make_tag(pa->pa_pc, bus, dev, func);
aapic.c 45 int bus, dev, func, rev; local in function:aapic_attach
65 pci_decompose_tag(pa->pa_pc, pa->pa_tag, &bus, &dev, &func);
67 tag = pci_make_tag(pa->pa_pc, bus, dev, func);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c 35 probe_monitoring_device(struct nvkm_i2c_bus *bus,
47 client = i2c_new_device(&bus->i2c, info);
97 struct nvkm_i2c_bus *bus; local in function:nvkm_therm_ic_ctor
100 bus = nvkm_i2c_bus_find(i2c, NVKM_I2C_BUS_PRI);
101 if (!bus)
110 nvkm_i2c_bus_probe(bus, "monitoring device", board,
122 nvkm_i2c_bus_probe(bus, "monitoring device", board,
134 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos,
nouveau_nvkm_subdev_therm_ic.c 35 probe_monitoring_device(struct nvkm_i2c_bus *bus,
47 client = i2c_new_device(&bus->i2c, info);
97 struct nvkm_i2c_bus *bus; local in function:nvkm_therm_ic_ctor
100 bus = nvkm_i2c_bus_find(i2c, NVKM_I2C_BUS_PRI);
101 if (!bus)
110 nvkm_i2c_bus_probe(bus, "monitoring device", board,
122 nvkm_i2c_bus_probe(bus, "monitoring device", board,
134 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos,
  /src/sys/arch/x86/x86/
intel_busclock.c 51 int bus, bus_clock = 0; local in function:via_get_bus_clock
54 bus = (msr >> 18) & 0x3;
55 switch (bus) {
94 int bus, bus_clock = 0; local in function:p3_get_bus_clock
110 "unable to determine bus speed");
113 bus = (msr >> 0) & 0x7;
114 switch (bus) {
120 "value %d", device_xname(ci->ci_dev), bus);
127 "unable to determine bus speed");
130 bus = (msr >> 0) & 0x7
334 int bus, bus_clock = 0; local in function:p4_get_bus_clock
    [all...]
intel_busclock.c 51 int bus, bus_clock = 0; local in function:via_get_bus_clock
54 bus = (msr >> 18) & 0x3;
55 switch (bus) {
94 int bus, bus_clock = 0; local in function:p3_get_bus_clock
110 "unable to determine bus speed");
113 bus = (msr >> 0) & 0x7;
114 switch (bus) {
120 "value %d", device_xname(ci->ci_dev), bus);
127 "unable to determine bus speed");
130 bus = (msr >> 0) & 0x7
334 int bus, bus_clock = 0; local in function:p4_get_bus_clock
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
extdev.h 22 u8 bus; member in struct:nvbios_extdev_func
extdev.h 22 u8 bus; member in struct:nvbios_extdev_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_busgf119.c 30 #include "bus.h"
40 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_drive_scl
41 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
42 nvkm_mask(device, bus->addr, 0x00000001, state ? 0x00000001 : 0);
48 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_drive_sda
49 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
50 nvkm_mask(device, bus->addr, 0x00000002, state ? 0x00000002 : 0);
56 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_sense_scl
57 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
58 return !!(nvkm_rd32(device, bus->addr) & 0x00000010)
64 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_sense_sda
72 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_init
91 struct gf119_i2c_bus *bus; local in function:gf119_i2c_bus_new
    [all...]
nouveau_nvkm_subdev_i2c_busnv04.c 30 #include "bus.h"
43 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); local in function:nv04_i2c_bus_drive_scl
44 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
45 u8 val = nvkm_rdvgac(device, 0, bus->drive);
48 nvkm_wrvgac(device, 0, bus->drive, val | 0x01);
54 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); local in function:nv04_i2c_bus_drive_sda
55 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
56 u8 val = nvkm_rdvgac(device, 0, bus->drive);
59 nvkm_wrvgac(device, 0, bus->drive, val | 0x01);
65 struct nv04_i2c_bus *bus = nv04_i2c_bus(base) local in function:nv04_i2c_bus_sense_scl
73 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); local in function:nv04_i2c_bus_sense_sda
91 struct nv04_i2c_bus *bus; local in function:nv04_i2c_bus_new
    [all...]
nouveau_nvkm_subdev_i2c_busnv4e.c 30 #include "bus.h"
40 struct nv4e_i2c_bus *bus = nv4e_i2c_bus(base); local in function:nv4e_i2c_bus_drive_scl
41 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
42 nvkm_mask(device, bus->addr, 0x2f, state ? 0x21 : 0x01);
48 struct nv4e_i2c_bus *bus = nv4e_i2c_bus(base); local in function:nv4e_i2c_bus_drive_sda
49 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
50 nvkm_mask(device, bus->addr, 0x1f, state ? 0x11 : 0x01);
56 struct nv4e_i2c_bus *bus = nv4e_i2c_bus(base); local in function:nv4e_i2c_bus_sense_scl
57 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
58 return !!(nvkm_rd32(device, bus->addr) & 0x00040000)
64 struct nv4e_i2c_bus *bus = nv4e_i2c_bus(base); local in function:nv4e_i2c_bus_sense_sda
82 struct nv4e_i2c_bus *bus; local in function:nv4e_i2c_bus_new
    [all...]
nouveau_nvkm_subdev_i2c_busnv50.c 30 #include "bus.h"
43 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); local in function:nv50_i2c_bus_drive_scl
44 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
45 if (state) bus->data |= 0x01;
46 else bus->data &= 0xfe;
47 nvkm_wr32(device, bus->addr, bus->data);
53 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); local in function:nv50_i2c_bus_drive_sda
54 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
55 if (state) bus->data |= 0x02
63 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); local in function:nv50_i2c_bus_sense_scl
71 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); local in function:nv50_i2c_bus_sense_sda
79 struct nv50_i2c_bus *bus = nv50_i2c_bus(base); local in function:nv50_i2c_bus_init
103 struct nv50_i2c_bus *bus; local in function:nv50_i2c_bus_new
    [all...]
nouveau_nvkm_subdev_i2c_busgf119.c 30 #include "bus.h"
40 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_drive_scl
41 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
42 nvkm_mask(device, bus->addr, 0x00000001, state ? 0x00000001 : 0);
48 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_drive_sda
49 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
50 nvkm_mask(device, bus->addr, 0x00000002, state ? 0x00000002 : 0);
56 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_sense_scl
57 struct nvkm_device *device = bus->base.pad->i2c->subdev.device;
58 return !!(nvkm_rd32(device, bus->addr) & 0x00000010)
64 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_sense_sda
72 struct gf119_i2c_bus *bus = gf119_i2c_bus(base); local in function:gf119_i2c_bus_init
91 struct gf119_i2c_bus *bus; local in function:gf119_i2c_bus_new
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>