Searched refs:bits (Results 1 – 5 of 5) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 360 show_range(const char *prefix, u64 base, u64 limit, int bits, int disabled) in show_range() argument 364 printf(" %0*" PCI_U64_FMT_X "-%0*" PCI_U64_FMT_X, (bits+3)/4, base, (bits+3)/4, limit); in show_range() 369 if (bits) in show_range() 370 printf(" [%d-bit]", bits); in show_range() 757 int i, bits; in show_htype_unknown() local 772 bits = (flags & PCI_IORESOURCE_IO_16BIT_ADDR) ? 16 : 32; in show_htype_unknown() 777 bits = (flags & PCI_IORESOURCE_MEM_64) ? 64 : 32; in show_htype_unknown() 785 bits = 0; in show_htype_unknown() 788 show_range(str, base, limit, bits, 0); in show_htype_unknown()
|
| H A D | ChangeLog | 393 * PCIe device capabilities now show bits related to atomic operations. 422 * Domain numbers extended to 31 bits. This will be used by the 603 * When scanning extended capabilities, properly mask the lowest 2 bits, 962 * lspci.c, lib/header.h: Decode new bits of traditional registers 1327 PCI-X capability bits from linux-2.6.11/include/pci.h. 1519 * lspci.c: Decode all bits of the secondary status word in type 1 headers. 1713 * setpci.c: Individual bits to be set can be specified as <value>:<mask>. 2090 * lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers 2168 don't decode the function bits at all.
|
| H A D | pci.ids | 19464 # Multifunction device with 3 function bits in ID 19468 # Multifunction device with reset straps and function bits in ID 19512 # Multifunction device with 4 function bits in ID 19517 # Multifunction device with 4 function bits in ID 19522 # Multifunction device with 8 function bits in ID
|
| /pciutils/lib/ |
| H A D | win32-kldbg.c | 81 } bits; member 95 } bits; member 739 pci_seg_bus.u.bits.BusNumber = BusNumber; in win32_kldbg_pci_bus_data() 740 pci_seg_bus.u.bits.SegmentNumber = SegmentNumber; in win32_kldbg_pci_bus_data() 742 pci_slot.u.bits.DeviceNumber = DeviceNumber; in win32_kldbg_pci_bus_data() 743 pci_slot.u.bits.FunctionNumber = FunctionNumber; in win32_kldbg_pci_bus_data()
|
| H A D | win32-sysdbg.c | 71 } bits; member 108 pci_slot.u.bits.DeviceNumber = DeviceNumber; in win32_sysdbg_pci_bus_data() 109 pci_slot.u.bits.FunctionNumber = FunctionNumber; in win32_sysdbg_pci_bus_data()
|