Searched refs:word (Results 1 – 8 of 8) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 187 word 558 word sec_stat = get_conf_word(d, PCI_SEC_STATUS); in show_htype1() 559 word brc = get_conf_word(d, PCI_BRIDGE_CONTROL); in show_htype1() 687 word cmd = get_conf_word(d, PCI_COMMAND); in show_htype2() 688 word brc = get_conf_word(d, PCI_CB_BRIDGE_CONTROL); in show_htype2() 689 word exca; in show_htype2() 798 word class = p->device_class; in show_verbose() 847 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose() 848 word status = get_conf_word(d, PCI_STATUS); in show_verbose() 912 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose() [all …]
|
| H A D | ls-vpd.c | 58 print_vpd_string(const byte *buf, word len) in print_vpd_string() 75 print_vpd_binary(const byte *buf, word len) in print_vpd_binary() 99 word res_addr = 0, res_len, part_pos, part_len; in cap_vpd() 160 word read_len; in cap_vpd()
|
| H A D | lspci.h | 58 word get_conf_word(struct device *d, unsigned int pos);
|
| H A D | ls-tree.c | 145 word class = dd->device_class; in grow_tree()
|
| H A D | ChangeLog | 1360 * lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are 1379 its own u8, u16, u32, byte and word types and uses what the user 1519 * lspci.c: Decode all bits of the secondary status word in type 1 headers.
|
| /pciutils/lib/ |
| H A D | sysdep.h | 23 typedef u16 word; typedef 114 static inline word swab16(word w) in swab16()
|
| H A D | access.c | 113 word 116 word buf; in pci_read_word() 158 pci_write_word(struct pci_dev *d, int pos, word data) in pci_write_word() 160 word buf = cpu_to_le16(data); in pci_write_word()
|
| H A D | caps.c | 36 word status = pci_read_word(d, PCI_STATUS); in pci_scan_trad_caps()
|