tag | line | file | source code |
device_fn | 793 | drivers/scsi/53c7,8xx.c | unsigned char bus, unsigned char device_fn, int options) { |
device_fn | 801 | drivers/scsi/53c7,8xx.c | bus, (int) (device_fn & 0xf8) >> 3, |
device_fn | 802 | drivers/scsi/53c7,8xx.c | (int) device_fn & 7); |
device_fn | 810 | drivers/scsi/53c7,8xx.c | if ((error = pcibios_read_config_word (bus, device_fn, PCI_VENDOR_ID, |
device_fn | 812 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_DEVICE_ID, |
device_fn | 814 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_word (bus, device_fn, PCI_COMMAND, |
device_fn | 816 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
device_fn | 818 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_dword (bus, device_fn, |
device_fn | 820 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_CLASS_REVISION, |
device_fn | 822 | drivers/scsi/53c7,8xx.c | (error = pcibios_read_config_byte (bus, device_fn, PCI_INTERRUPT_LINE, |
device_fn | 896 | drivers/scsi/53c7,8xx.c | (int) irq, DMA_NONE, 1, bus, device_fn, options); |
device_fn | 28 | include/linux/bios32.h | unsigned char *bus, unsigned char *device_fn); |
device_fn | 30 | include/linux/bios32.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
device_fn | 32 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char *value); |
device_fn | 34 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short *value); |
device_fn | 36 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long *value); |
device_fn | 39 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char value); |
device_fn | 41 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short value); |
device_fn | 43 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long value); |
device_fn | 140 | include/linux/pci.h | unsigned char *bus, unsigned char *device_fn); |
device_fn | 142 | include/linux/pci.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
device_fn | 144 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned char *value); |
device_fn | 146 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned short *value); |
device_fn | 148 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned long *value); |
device_fn | 151 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned char value); |
device_fn | 153 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned short value); |
device_fn | 155 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned long value); |
device_fn | 206 | kernel/bios32.c | unsigned char *bus, unsigned char *device_fn) |
device_fn | 222 | kernel/bios32.c | *device_fn = bx & 0xff; |
device_fn | 228 | kernel/bios32.c | unsigned short index, unsigned char *bus, unsigned char *device_fn) |
device_fn | 245 | kernel/bios32.c | *device_fn = bx & 0xff; |
device_fn | 250 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char *value) |
device_fn | 253 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 269 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short *value) |
device_fn | 272 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 288 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long *value) |
device_fn | 291 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 307 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char value) |
device_fn | 310 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 326 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short value) |
device_fn | 329 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 345 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long value) |
device_fn | 348 | kernel/bios32.c | unsigned long bx = (bus << 8) | device_fn; |
device_fn | 365 | kernel/bios32.c | unsigned char bus, device_fn; |
device_fn | 375 | kernel/bios32.c | index, &bus, &device_fn); |
device_fn | 379 | kernel/bios32.c | bus, ((device_fn & 0xf8) >> 3), (device_fn & 7)); |
device_fn | 383 | kernel/bios32.c | if (!(ret = pcibios_read_config_dword (bus, device_fn, row+col, &val))) |