tag | line | file | source code |
bus | 85 | arch/alpha/kernel/apecs.c | static int mk_conf_addr(unsigned char bus, unsigned char device_fn, |
bus | 92 | arch/alpha/kernel/apecs.c | bus, device_fn, where, pci_addr, type1)); |
bus | 94 | arch/alpha/kernel/apecs.c | if (bus == 0) { |
bus | 109 | arch/alpha/kernel/apecs.c | addr = (bus << 16) | (device_fn << 8) | (where); |
bus | 278 | arch/alpha/kernel/apecs.c | int pcibios_read_config_byte (unsigned char bus, unsigned char device_fn, |
bus | 287 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
bus | 299 | arch/alpha/kernel/apecs.c | int pcibios_read_config_word (unsigned char bus, unsigned char device_fn, |
bus | 312 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
bus | 323 | arch/alpha/kernel/apecs.c | int pcibios_read_config_dword (unsigned char bus, unsigned char device_fn, |
bus | 335 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
bus | 344 | arch/alpha/kernel/apecs.c | int pcibios_write_config_byte (unsigned char bus, unsigned char device_fn, |
bus | 351 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
bus | 360 | arch/alpha/kernel/apecs.c | int pcibios_write_config_word (unsigned char bus, unsigned char device_fn, |
bus | 367 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
bus | 376 | arch/alpha/kernel/apecs.c | int pcibios_write_config_dword (unsigned char bus, unsigned char device_fn, |
bus | 383 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
bus | 94 | arch/alpha/kernel/bios32.c | struct pci_bus *bus; |
bus | 98 | arch/alpha/kernel/bios32.c | bus = dev->bus; |
bus | 99 | arch/alpha/kernel/bios32.c | pcibios_read_config_word(bus->number, dev->devfn, PCI_COMMAND, &cmd); |
bus | 106 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bus->number, dev->devfn, reg, |
bus | 108 | arch/alpha/kernel/bios32.c | pcibios_read_config_dword(bus->number, dev->devfn, reg, &base); |
bus | 128 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bus->number, dev->devfn, |
bus | 207 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bus->number, dev->devfn, |
bus | 225 | arch/alpha/kernel/bios32.c | pcibios_write_config_word(bus->number, dev->devfn, PCI_COMMAND, |
bus | 230 | arch/alpha/kernel/bios32.c | static void layout_bus(struct pci_bus *bus) |
bus | 236 | arch/alpha/kernel/bios32.c | if (!bus->devices && !bus->children) |
bus | 249 | arch/alpha/kernel/bios32.c | for (dev = bus->devices; dev; dev = dev->sibling) { |
bus | 257 | arch/alpha/kernel/bios32.c | for (child = bus->children; child; child = child->next) { |
bus | 266 | arch/alpha/kernel/bios32.c | if (bus->self) { |
bus | 267 | arch/alpha/kernel/bios32.c | struct pci_dev *bridge = bus->self; |
bus | 272 | arch/alpha/kernel/bios32.c | pcibios_read_config_dword(bridge->bus->number, bridge->devfn, |
bus | 275 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bridge->bus->number, bridge->devfn, |
bus | 279 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bridge->bus->number, bridge->devfn, |
bus | 284 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bridge->bus->number, bridge->devfn, |
bus | 289 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bridge->bus->number, bridge->devfn, |
bus | 297 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(bridge->bus->number, bridge->devfn, |
bus | 310 | arch/alpha/kernel/bios32.c | unsigned short index, unsigned char *bus, |
bus | 320 | arch/alpha/kernel/bios32.c | *bus = dev->bus->number; |
bus | 335 | arch/alpha/kernel/bios32.c | unsigned char *bus, unsigned char *devfn) |
bus | 344 | arch/alpha/kernel/bios32.c | *bus = dev->bus->number; |
bus | 417 | arch/alpha/kernel/bios32.c | if (dev->bus->number != 0) |
bus | 421 | arch/alpha/kernel/bios32.c | pcibios_read_config_byte(dev->bus->number, dev->devfn, |
bus | 427 | arch/alpha/kernel/bios32.c | pcibios_write_config_byte(dev->bus->number, dev->devfn, |
bus | 434 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(dev->bus->number, dev->devfn, |
bus | 610 | arch/alpha/kernel/bios32.c | if (dev->bus->number != 0 || |
bus | 615 | arch/alpha/kernel/bios32.c | dev->bus->number, PCI_SLOT(dev->devfn)); |
bus | 618 | arch/alpha/kernel/bios32.c | pcibios_read_config_byte(dev->bus->number, dev->devfn, |
bus | 628 | arch/alpha/kernel/bios32.c | pcibios_write_config_dword(dev->bus->number, dev->devfn, |
bus | 642 | arch/alpha/kernel/bios32.c | pcibios_write_config_byte(dev->bus->number, dev->devfn, |
bus | 90 | arch/alpha/kernel/lca.c | static int mk_conf_addr(unsigned char bus, unsigned char device_fn, |
bus | 95 | arch/alpha/kernel/lca.c | if (bus == 0) { |
bus | 110 | arch/alpha/kernel/lca.c | addr = (bus << 16) | (device_fn << 8) | where; |
bus | 189 | arch/alpha/kernel/lca.c | int pcibios_read_config_byte (unsigned char bus, unsigned char device_fn, |
bus | 197 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
bus | 206 | arch/alpha/kernel/lca.c | int pcibios_read_config_word (unsigned char bus, unsigned char device_fn, |
bus | 217 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr)) { |
bus | 226 | arch/alpha/kernel/lca.c | int pcibios_read_config_dword (unsigned char bus, unsigned char device_fn, |
bus | 236 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr)) { |
bus | 245 | arch/alpha/kernel/lca.c | int pcibios_write_config_byte (unsigned char bus, unsigned char device_fn, |
bus | 251 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
bus | 260 | arch/alpha/kernel/lca.c | int pcibios_write_config_word (unsigned char bus, unsigned char device_fn, |
bus | 266 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
bus | 275 | arch/alpha/kernel/lca.c | int pcibios_write_config_dword (unsigned char bus, unsigned char device_fn, |
bus | 281 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
bus | 209 | arch/i386/kernel/bios32.c | unsigned char *bus, unsigned char *device_fn) |
bus | 224 | arch/i386/kernel/bios32.c | *bus = (bx >> 8) & 0xff; |
bus | 231 | arch/i386/kernel/bios32.c | unsigned short index, unsigned char *bus, unsigned char *device_fn) |
bus | 247 | arch/i386/kernel/bios32.c | *bus = (bx >> 8) & 0xff; |
bus | 252 | arch/i386/kernel/bios32.c | int pcibios_read_config_byte(unsigned char bus, |
bus | 256 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 271 | arch/i386/kernel/bios32.c | int pcibios_read_config_word (unsigned char bus, |
bus | 275 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 290 | arch/i386/kernel/bios32.c | int pcibios_read_config_dword (unsigned char bus, |
bus | 294 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 309 | arch/i386/kernel/bios32.c | int pcibios_write_config_byte (unsigned char bus, |
bus | 313 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 328 | arch/i386/kernel/bios32.c | int pcibios_write_config_word (unsigned char bus, |
bus | 332 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 347 | arch/i386/kernel/bios32.c | int pcibios_write_config_dword (unsigned char bus, |
bus | 351 | arch/i386/kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 53 | arch/ppc/kernel/pci.c | pcibios_read_config_dword (unsigned char bus, |
bus | 60 | arch/ppc/kernel/pci.c | _printk("PCI Read config dword[%d.%d.%x] = ", bus, dev, offset); |
bus | 62 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 82 | arch/ppc/kernel/pci.c | pcibios_read_config_word (unsigned char bus, |
bus | 89 | arch/ppc/kernel/pci.c | _printk("PCI Read config word[%d.%d.%x] = ", bus, dev, offset); |
bus | 91 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 111 | arch/ppc/kernel/pci.c | pcibios_read_config_byte (unsigned char bus, |
bus | 118 | arch/ppc/kernel/pci.c | _printk("PCI Read config byte[%d.%d.%x] = ", bus, dev, offset); |
bus | 120 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 140 | arch/ppc/kernel/pci.c | pcibios_write_config_dword (unsigned char bus, |
bus | 148 | arch/ppc/kernel/pci.c | _printk("PCI Write config dword[%d.%d.%x] = %x\n", bus, dev, offset, _val); |
bus | 150 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 162 | arch/ppc/kernel/pci.c | pcibios_write_config_word (unsigned char bus, |
bus | 170 | arch/ppc/kernel/pci.c | _printk("PCI Write config word[%d.%d.%x] = %x\n", bus, dev, offset, _val); |
bus | 172 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 184 | arch/ppc/kernel/pci.c | pcibios_write_config_byte (unsigned char bus, |
bus | 192 | arch/ppc/kernel/pci.c | _printk("PCI Write config byte[%d.%d.%x] = %x\n", bus, dev, offset, _val); |
bus | 194 | arch/ppc/kernel/pci.c | if ((bus != 0) || (dev < 11) || (dev > 16)) |
bus | 207 | arch/ppc/kernel/pci.c | unsigned short index, unsigned char *bus, |
bus | 222 | arch/ppc/kernel/pci.c | *bus = 0; |
bus | 234 | arch/ppc/kernel/pci.c | unsigned char *bus, unsigned char *dev) |
bus | 2959 | drivers/block/ide.c | void init_rz1000 (byte bus, byte fn) |
bus | 2965 | drivers/block/ide.c | if ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, ®))) { |
bus | 2970 | drivers/block/ide.c | if ((rc = pcibios_read_config_word(bus, fn, 0x40, ®)) |
bus | 2971 | drivers/block/ide.c | || (rc = pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff))) |
bus | 2989 | drivers/block/ide.c | byte fn, bus; |
bus | 2993 | drivers/block/ide.c | for (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) { |
bus | 2994 | drivers/block/ide.c | init (bus, fn + func_adj); |
bus | 324 | drivers/block/triton.c | void ide_init_triton (byte bus, byte fn) |
bus | 335 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd))) |
bus | 345 | drivers/block/triton.c | (void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */ |
bus | 350 | drivers/block/triton.c | if ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings))) |
bus | 356 | drivers/block/triton.c | printk("ide: Triton BM-IDE on PCI bus %d function %d\n", bus, fn); |
bus | 361 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba))) |
bus | 369 | drivers/net/de4x5.c | int bus; /* EISA or PCI */ |
bus | 467 | drivers/net/de4x5.c | int bus; |
bus | 473 | drivers/net/de4x5.c | } bus; |
bus | 525 | drivers/net/de4x5.c | struct bus_type *lp = &bus; |
bus | 541 | drivers/net/de4x5.c | if (lp->bus == PCI) { |
bus | 557 | drivers/net/de4x5.c | if (lp->bus == EISA) { |
bus | 572 | drivers/net/de4x5.c | tmpbus = lp->bus; |
bus | 592 | drivers/net/de4x5.c | lp->bus = tmpbus; |
bus | 615 | drivers/net/de4x5.c | request_region(iobase, (lp->bus == PCI ? DE4X5_PCI_TOTAL_SIZE : |
bus | 695 | drivers/net/de4x5.c | if (status) release_region(iobase, (lp->bus == PCI ? |
bus | 1488 | drivers/net/de4x5.c | struct bus_type *lp = &bus; |
bus | 1494 | drivers/net/de4x5.c | lp->bus = EISA; |
bus | 1512 | drivers/net/de4x5.c | lp->bus = EISA; |
bus | 1559 | drivers/net/de4x5.c | struct bus_type *lp = &bus; |
bus | 1564 | drivers/net/de4x5.c | lp->bus = PCI; |
bus | 2226 | drivers/net/de4x5.c | struct bus_type *lp = &bus; |
bus | 2234 | drivers/net/de4x5.c | if (lp->bus == PCI) { |
bus | 2270 | drivers/net/de4x5.c | struct bus_type *lp = &bus; |
bus | 2276 | drivers/net/de4x5.c | if (lp->bus == PCI) { |
bus | 2299 | drivers/net/de4x5.c | if (lp->bus == PCI) { |
bus | 2768 | drivers/net/de4x5.c | release_region(thisDE4X5.base_addr, (lp->bus == PCI ? |
bus | 16 | drivers/net/de4x5.h | #define DE4X5_BMR iobase+(0x000 << lp->bus) /* Bus Mode Register */ |
bus | 17 | drivers/net/de4x5.h | #define DE4X5_TPD iobase+(0x008 << lp->bus) /* Transmit Poll Demand Reg */ |
bus | 18 | drivers/net/de4x5.h | #define DE4X5_RPD iobase+(0x010 << lp->bus) /* Receive Poll Demand Reg */ |
bus | 19 | drivers/net/de4x5.h | #define DE4X5_RRBA iobase+(0x018 << lp->bus) /* RX Ring Base Address Reg */ |
bus | 20 | drivers/net/de4x5.h | #define DE4X5_TRBA iobase+(0x020 << lp->bus) /* TX Ring Base Address Reg */ |
bus | 21 | drivers/net/de4x5.h | #define DE4X5_STS iobase+(0x028 << lp->bus) /* Status Register */ |
bus | 22 | drivers/net/de4x5.h | #define DE4X5_OMR iobase+(0x030 << lp->bus) /* Operation Mode Register */ |
bus | 23 | drivers/net/de4x5.h | #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ |
bus | 24 | drivers/net/de4x5.h | #define DE4X5_MFC iobase+(0x040 << lp->bus) /* Missed Frame Counter */ |
bus | 25 | drivers/net/de4x5.h | #define DE4X5_APROM iobase+(0x048 << lp->bus) /* Ethernet Address PROM */ |
bus | 26 | drivers/net/de4x5.h | #define DE4X5_BROM iobase+(0x048 << lp->bus) /* Boot ROM Register */ |
bus | 27 | drivers/net/de4x5.h | #define DE4X5_SROM iobase+(0x048 << lp->bus) /* Serial ROM Register */ |
bus | 28 | drivers/net/de4x5.h | #define DE4X5_DDR iobase+(0x050 << lp->bus) /* Data Diagnostic Register */ |
bus | 29 | drivers/net/de4x5.h | #define DE4X5_FDR iobase+(0x058 << lp->bus) /* Full Duplex Register */ |
bus | 30 | drivers/net/de4x5.h | #define DE4X5_GPT iobase+(0x058 << lp->bus) /* General Purpose Timer Reg.*/ |
bus | 31 | drivers/net/de4x5.h | #define DE4X5_GEP iobase+(0x060 << lp->bus) /* General Purpose Register */ |
bus | 32 | drivers/net/de4x5.h | #define DE4X5_SISR iobase+(0x060 << lp->bus) /* SIA Status Register */ |
bus | 33 | drivers/net/de4x5.h | #define DE4X5_SICR iobase+(0x068 << lp->bus) /* SIA Connectivity Register */ |
bus | 34 | drivers/net/de4x5.h | #define DE4X5_STRR iobase+(0x070 << lp->bus) /* SIA TX/RX Register */ |
bus | 35 | drivers/net/de4x5.h | #define DE4X5_SIGR iobase+(0x078 << lp->bus) /* SIA General Register */ |
bus | 138 | drivers/net/hp100.c | u_char bus; |
bus | 190 | drivers/net/hp100.c | static int hp100_probe1( struct device *dev, int ioaddr, int bus ); |
bus | 300 | drivers/net/hp100.c | static int hp100_probe1( struct device *dev, int ioaddr, int bus ) |
bus | 318 | drivers/net/hp100.c | if ( bus != HP100_BUS_PCI ) /* don't check PCI cards again */ |
bus | 386 | drivers/net/hp100.c | if ( bus == HP100_BUS_ISA && ( (u_long)mem_ptr_phys & ~0xfffff ) != 0 ) |
bus | 391 | drivers/net/hp100.c | if ( mem_mapped && bus == HP100_BUS_PCI ) |
bus | 447 | drivers/net/hp100.c | switch ( bus ) { |
bus | 722 | drivers/net/sunlance.c | struct linux_sbus *bus; |
bus | 730 | drivers/net/sunlance.c | for_each_sbus (bus){ |
bus | 731 | drivers/net/sunlance.c | for_each_sbusdev (sdev, bus){ |
bus | 469 | drivers/pci/pci.c | static void burst_bridge(unsigned char bus, unsigned char devfn, |
bus | 485 | drivers/pci/pci.c | pcibios_read_config_byte(bus, devfn, bmap->addr, &val); |
bus | 489 | drivers/pci/pci.c | pcibios_write_config_byte(bus, devfn, |
bus | 498 | drivers/pci/pci.c | pcibios_write_config_byte(bus, devfn, |
bus | 521 | drivers/pci/pci.c | unsigned int l, class_rev, bus, devfn; |
bus | 527 | drivers/pci/pci.c | bus = dev->bus->number; |
bus | 530 | drivers/pci/pci.c | pcibios_read_config_dword(bus, devfn, PCI_CLASS_REVISION, &class_rev); |
bus | 531 | drivers/pci/pci.c | pcibios_read_config_word (bus, devfn, PCI_VENDOR_ID, &vendor); |
bus | 532 | drivers/pci/pci.c | pcibios_read_config_word (bus, devfn, PCI_DEVICE_ID, &device); |
bus | 533 | drivers/pci/pci.c | pcibios_read_config_word (bus, devfn, PCI_STATUS, &status); |
bus | 534 | drivers/pci/pci.c | pcibios_read_config_byte (bus, devfn, PCI_BIST, &bist); |
bus | 535 | drivers/pci/pci.c | pcibios_read_config_byte (bus, devfn, PCI_LATENCY_TIMER, &latency); |
bus | 536 | drivers/pci/pci.c | pcibios_read_config_byte (bus, devfn, PCI_MIN_GNT, &min_gnt); |
bus | 537 | drivers/pci/pci.c | pcibios_read_config_byte (bus, devfn, PCI_MAX_LAT, &max_lat); |
bus | 542 | drivers/pci/pci.c | bus, PCI_SLOT(devfn), PCI_FUNC(devfn)); |
bus | 612 | drivers/pci/pci.c | pcibios_read_config_dword(bus, devfn, reg, &l); |
bus | 639 | drivers/pci/pci.c | pcibios_read_config_dword(bus, devfn, reg, &l); |
bus | 698 | drivers/pci/pci.c | static unsigned int scan_bus(struct pci_bus *bus, unsigned long *mem_startp) |
bus | 707 | drivers/pci/pci.c | printk("...scan_bus(busno=%d,mem=%p)\n", bus->number, *mem_startp); |
bus | 710 | drivers/pci/pci.c | max = bus->secondary; |
bus | 713 | drivers/pci/pci.c | pcibios_read_config_byte(bus->number, devfn, |
bus | 720 | drivers/pci/pci.c | pcibios_read_config_dword(bus->number, devfn, PCI_VENDOR_ID, |
bus | 729 | drivers/pci/pci.c | dev->bus = bus; |
bus | 754 | drivers/pci/pci.c | burst_bridge(bus->number, devfn, |
bus | 760 | drivers/pci/pci.c | pcibios_read_config_byte(bus->number, devfn, PCI_COMMAND, |
bus | 762 | drivers/pci/pci.c | pcibios_write_config_byte(bus->number, devfn, PCI_COMMAND, |
bus | 764 | drivers/pci/pci.c | pcibios_read_config_byte(bus->number, devfn, PCI_COMMAND, |
bus | 767 | drivers/pci/pci.c | pcibios_write_config_byte(bus->number, devfn, PCI_COMMAND, |
bus | 771 | drivers/pci/pci.c | pcibios_read_config_byte(bus->number, devfn, |
bus | 775 | drivers/pci/pci.c | pcibios_read_config_dword(bus->number, devfn, |
bus | 783 | drivers/pci/pci.c | dev->sibling = bus->devices; |
bus | 784 | drivers/pci/pci.c | bus->devices = dev; |
bus | 794 | drivers/pci/pci.c | child->next = bus->children; |
bus | 795 | drivers/pci/pci.c | bus->children = child; |
bus | 797 | drivers/pci/pci.c | child->parent = bus; |
bus | 804 | drivers/pci/pci.c | child->primary = bus->secondary; |
bus | 810 | drivers/pci/pci.c | pcibios_read_config_word(bus->number, devfn, |
bus | 812 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
bus | 814 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
bus | 819 | drivers/pci/pci.c | pcibios_read_config_dword(bus->number, devfn, 0x18, |
bus | 825 | drivers/pci/pci.c | pcibios_write_config_dword(bus->number, devfn, 0x18, |
bus | 838 | drivers/pci/pci.c | pcibios_write_config_dword(bus->number, devfn, 0x18, |
bus | 840 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
bus | 505 | drivers/scsi/53c7,8xx.c | int bus; |
bus | 594 | drivers/scsi/53c7,8xx.c | overrides[commandline_current].data.pci.bus = ints[1]; |
bus | 1392 | drivers/scsi/53c7,8xx.c | unsigned char bus, unsigned char device_fn, long long options) { |
bus | 1406 | drivers/scsi/53c7,8xx.c | bus, (int) (device_fn & 0xf8) >> 3, |
bus | 1415 | drivers/scsi/53c7,8xx.c | if ((error = pcibios_read_config_word (bus, device_fn, PCI_VENDOR_ID, |
bus | 1417 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_DEVICE_ID, |
bus | 1419 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_COMMAND, |
bus | 1421 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
bus | 1423 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
bus | 1425 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_CLASS_REVISION, |
bus | 1427 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_INTERRUPT_LINE, |
bus | 1512 | drivers/scsi/53c7,8xx.c | (int) irq, DMA_NONE, 1, bus, device_fn, options); |
bus | 1546 | drivers/scsi/53c7,8xx.c | (unsigned char) overrides[current_override].data.pci.bus, |
bus | 97 | include/asm-sparc/io.h | int bus, int rdonly) |
bus | 101 | include/asm-sparc/io.h | sun4c_mapioaddr(physaddr, virt_addr, bus, rdonly); |
bus | 106 | include/asm-sparc/io.h | srmmu_mapioaddr(physaddr, virt_addr, bus, rdonly); |
bus | 84 | include/asm-sparc/sbus.h | #define for_each_sbus(bus) \ |
bus | 85 | include/asm-sparc/sbus.h | for((bus) = SBus_chain; (bus); (bus)=(bus)->next) |
bus | 87 | include/asm-sparc/sbus.h | #define for_each_sbusdev(device, bus) \ |
bus | 88 | include/asm-sparc/sbus.h | for((device) = (bus)->devices; (device); (device)=(device)->next) |
bus | 43 | include/linux/bios32.h | unsigned char *bus, unsigned char *dev_fn); |
bus | 45 | include/linux/bios32.h | unsigned short index, unsigned char *bus, |
bus | 47 | include/linux/bios32.h | extern int pcibios_read_config_byte (unsigned char bus, unsigned char dev_fn, |
bus | 49 | include/linux/bios32.h | extern int pcibios_read_config_word (unsigned char bus, unsigned char dev_fn, |
bus | 51 | include/linux/bios32.h | extern int pcibios_read_config_dword (unsigned char bus, unsigned char dev_fn, |
bus | 53 | include/linux/bios32.h | extern int pcibios_write_config_byte (unsigned char bus, unsigned char dev_fn, |
bus | 55 | include/linux/bios32.h | extern int pcibios_write_config_word (unsigned char bus, unsigned char dev_fn, |
bus | 57 | include/linux/bios32.h | extern pcibios_write_config_dword (unsigned char bus, unsigned char dev_fn, |
bus | 511 | include/linux/pci.h | struct pci_bus *bus; /* bus this device is on */ |