tag | line | file | source code |
bus | 308 | drivers/scsi/53c7,8xx.c | int bus; |
bus | 358 | drivers/scsi/53c7,8xx.c | overrides[commandline_current].data.pci.bus = ints[1]; |
bus | 793 | drivers/scsi/53c7,8xx.c | unsigned char bus, unsigned char device_fn, int options) { |
bus | 801 | drivers/scsi/53c7,8xx.c | bus, (int) (device_fn & 0xf8) >> 3, |
bus | 810 | drivers/scsi/53c7,8xx.c | if ((error = pcibios_read_config_word (bus, device_fn, PCI_VENDOR_ID, |
bus | 812 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_DEVICE_ID, |
bus | 814 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_COMMAND, |
bus | 816 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
bus | 818 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
bus | 820 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_CLASS_REVISION, |
bus | 822 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_INTERRUPT_LINE, |
bus | 896 | drivers/scsi/53c7,8xx.c | (int) irq, DMA_NONE, 1, bus, device_fn, options); |
bus | 927 | drivers/scsi/53c7,8xx.c | (unsigned char) overrides[current_override].data.pci.bus, |
bus | 28 | include/linux/bios32.h | unsigned char *bus, unsigned char *device_fn); |
bus | 30 | include/linux/bios32.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
bus | 31 | include/linux/bios32.h | extern int pcibios_read_config_byte (unsigned char bus, |
bus | 33 | include/linux/bios32.h | extern int pcibios_read_config_word (unsigned char bus, |
bus | 35 | include/linux/bios32.h | extern int pcibios_read_config_dword (unsigned char bus, |
bus | 38 | include/linux/bios32.h | extern int pcibios_write_config_byte (unsigned char bus, |
bus | 40 | include/linux/bios32.h | extern int pcibios_write_config_word (unsigned char bus, |
bus | 42 | include/linux/bios32.h | extern pcibios_write_config_dword (unsigned char bus, |
bus | 28 | include/linux/pci.h | #define PCI_CONFIG1_TUPPLE (bus, device, function, register) \ |
bus | 29 | include/linux/pci.h | (PCI_CONFIG1_ENABLE | ((bus) << 16) & 0xff0000 | \ |
bus | 140 | include/linux/pci.h | unsigned char *bus, unsigned char *device_fn); |
bus | 142 | include/linux/pci.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
bus | 143 | include/linux/pci.h | extern int pcibios_read_config_byte (unsigned char bus, |
bus | 145 | include/linux/pci.h | extern int pcibios_read_config_word (unsigned char bus, |
bus | 147 | include/linux/pci.h | extern int pcibios_read_config_dword (unsigned char bus, |
bus | 150 | include/linux/pci.h | extern int pcibios_write_config_byte (unsigned char bus, |
bus | 152 | include/linux/pci.h | extern int pcibios_write_config_word (unsigned char bus, |
bus | 154 | include/linux/pci.h | extern pcibios_write_config_dword (unsigned char bus, |
bus | 206 | kernel/bios32.c | unsigned char *bus, unsigned char *device_fn) |
bus | 221 | kernel/bios32.c | *bus = (bx >> 8) & 0xff; |
bus | 228 | kernel/bios32.c | unsigned short index, unsigned char *bus, unsigned char *device_fn) |
bus | 244 | kernel/bios32.c | *bus = (bx >> 8) & 0xff; |
bus | 249 | kernel/bios32.c | int pcibios_read_config_byte(unsigned char bus, |
bus | 253 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 268 | kernel/bios32.c | int pcibios_read_config_word (unsigned char bus, |
bus | 272 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 287 | kernel/bios32.c | int pcibios_read_config_dword (unsigned char bus, |
bus | 291 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 306 | kernel/bios32.c | int pcibios_write_config_byte (unsigned char bus, |
bus | 310 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 325 | kernel/bios32.c | int pcibios_write_config_word (unsigned char bus, |
bus | 329 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 344 | kernel/bios32.c | int pcibios_write_config_dword (unsigned char bus, |
bus | 348 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
bus | 365 | kernel/bios32.c | unsigned char bus, device_fn; |
bus | 375 | kernel/bios32.c | index, &bus, &device_fn); |
bus | 379 | kernel/bios32.c | bus, ((device_fn & 0xf8) >> 3), (device_fn & 7)); |
bus | 383 | kernel/bios32.c | if (!(ret = pcibios_read_config_dword (bus, device_fn, row+col, &val))) |