Searched refs:base (Results 1 – 6 of 6) sorted by relevance
| /pciutils/ |
| H A D | setpci.c | 618 if (parse_x32(base, NULL, &op->addr) > 0) in parse_register() 620 else if (r = parse_reg_name(base)) in parse_register() 639 else if (!strncasecmp(base, "CAP", 3)) in parse_register() 649 else if (!strncasecmp(base, "ECAP", 4)) in parse_register() 659 parse_err("Unknown register \"%s\"", base); in parse_register() 670 base = xstrdup(c); in parse_op() 671 if (value = strchr(base, '=')) in parse_op() 673 if (number = strchr(base, '@')) in parse_op() 675 if (width = strchr(base, '.')) in parse_op() 677 if (offset = strchr(base, '+')) in parse_op() [all …]
|
| H A D | lspci.c | 363 if (base <= limit || verbose > 2) in show_range() 365 if (!disabled && base <= limit) in show_range() 366 show_size(limit - base + 1); in show_range() 704 if (base <= limit || verb) in show_htype2() 714 if (!(base & PCI_IO_RANGE_TYPE_32)) in show_htype2() 716 base &= 0xffff; in show_htype2() 719 base &= PCI_CB_IO_RANGE_MASK; in show_htype2() 721 if (base <= limit || verb) in show_htype2() 755 u64 base, limit, flags; in show_htype_unknown() local 767 base = p->bridge_base_addr[i]; in show_htype_unknown() [all …]
|
| H A D | ls-ecaps.c | 846 cxl_range(u64 base, u64 size, int n) in cxl_range() argument 857 …16"PCI_U64_FMT_X"-%016"PCI_U64_FMT_X" [size=0x%"PCI_U64_FMT_X"]\n", n, base, base + size - 1, size… in cxl_range() 1002 u64 base = (BITS(lo, 16, 16) << 16) | ((u64) hi << 32); in dvsec_cxl_register_locator() local 1015 …ntf("\t\tBlock%d: BIR: bar%d, ID: %s, offset: %016" PCI_U64_FMT_X "\n", i + 1, bir, id_name, base); in dvsec_cxl_register_locator() 1795 u64 limit, base; in cap_ide() local 1801 base = get_conf_long(d, off + 8); in cap_ide() 1802 base <<= 32; in cap_ide() 1803 base |= PCI_IDE_SEL_ADDR_1_BASE_LOW(l) << 20; in cap_ide() 1809 base, in cap_ide()
|
| H A D | ls-caps.c | 1713 u32 base, max_offset; in cap_ea() local 1776 base = get_conf_long(d, entry_base + 4); in cap_ea() 1777 has_base_high = ((base & 2) != 0); in cap_ea() 1778 base &= ~3; in cap_ea() 1792 printf("%08x\n", base); in cap_ea()
|
| H A D | ChangeLog | 109 by default, is now stored according to the XDG base directory 1410 * lib/generic.c (pci_generic_fill_info): Fill in base addresses 2431 * lspci.c: Now able to fetch expansion ROM base from kernel device list
|
| H A D | pci.ids | 6356 102b 0020 Radient eCL (Dual-base) frame grabber 6358 102b 0040 Radient eCL (Quad-base) frame grabber 9744 900a 3c900B-FL 10base-FL [Cyclone] 31000 103c 12a8 Dual Port 1000base-SX [A9899A] 31608 1bd4 001d 1G base-T QP EP014Ti1 Adapter 31609 1bd4 0035 1G base-T QP EP014Ti1 Adapter 31685 1bd4 001a 10G base-T DP ER102Ti3 Rack Adapter 31686 1bd4 0033 10G base-T DP EP102Ti3 Adapter 31687 1bd4 0034 10G base-T DP EP102Ti3A Adapter 39769 3400 Wildcard TC400P transcoder base card [all …]
|