| /pciutils/lib/ |
| H A D | mmio-ports.c | 106 *data = (unsigned char *)data_map + (data_reg & (pagesize-1)) + data_off; in mmap_regs() 300 volatile void *addr, *data; in conf1_ext_read() local 312 if (!mmap_regs(d->access, addr_reg, data_reg, pos&3, &addr, &data)) in conf1_ext_read() 321 buf[0] = physmem_readb(data); in conf1_ext_read() 324 ((u16 *) buf)[0] = physmem_readw(data); in conf1_ext_read() 327 ((u32 *) buf)[0] = physmem_readl(data); in conf1_ext_read() 348 volatile void *addr, *data; in conf1_ext_write() local 360 if (!mmap_regs(d->access, addr_reg, data_reg, pos&3, &addr, &data)) in conf1_ext_write() 369 physmem_writeb(buf[0], data); in conf1_ext_write() 372 physmem_writew(((u16 *) buf)[0], data); in conf1_ext_write() [all …]
|
| H A D | names-net.c | 167 const byte *data; in pci_id_net_lookup() local 228 data = ds.rr_data; in pci_id_net_lookup() 231 while (j < dlen && j+1+data[j] <= dlen) in pci_id_net_lookup() 233 memcpy(txt, &data[j+1], data[j]); in pci_id_net_lookup() 234 txt[data[j]] = 0; in pci_id_net_lookup() 235 j += 1+data[j]; in pci_id_net_lookup()
|
| H A D | hurd.c | 220 char *data; in hurd_read() local 226 data = (char *) buf; in hurd_read() 227 err = pci_conf_read(device_port, pos, &data, &nread, len); in hurd_read() 229 if (data != (char *) buf) in hurd_read() 233 vm_deallocate(mach_task_self(), (vm_address_t) data, nread); in hurd_read() 237 memcpy(buf, data, nread); in hurd_read() 238 vm_deallocate(mach_task_self(), (vm_address_t) data, nread); in hurd_read()
|
| H A D | dump.c | 20 byte data[1]; member 42 memset(dd->data, 0xff, len); in dump_alloc_data() 114 memcpy(((struct dump_data *) dev->backend_data)->data, dd->data, 256); in dump_init() 118 dd->data[i++] = j; in dump_init() 160 memcpy(buf, dd->data + pos, len); in dump_read()
|
| H A D | access.c | 152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte() argument 154 return pci_write_data(d, &data, pos, 1); in pci_write_byte() 158 pci_write_word(struct pci_dev *d, int pos, word data) in pci_write_word() argument 160 word buf = cpu_to_le16(data); in pci_write_word() 165 pci_write_long(struct pci_dev *d, int pos, u32 data) in pci_write_long() argument 167 u32 buf = cpu_to_le32(data); in pci_write_long()
|
| H A D | pci.h | 191 int pci_write_byte(struct pci_dev *, int pos, u8 data) PCI_ABI; 192 int pci_write_word(struct pci_dev *, int pos, u16 data) PCI_ABI; 193 int pci_write_long(struct pci_dev *, int pos, u32 data) PCI_ABI;
|
| /pciutils/ |
| H A D | ls-ecaps.c | 1134 u32 l, data; in dvsec_cxl_flex_bus() local 1193 data = BITS(l, 0, 24); in dvsec_cxl_flex_bus() 1194 printf("\t\tFBModTS:\tReceived FB Data: %06x\n", (unsigned int)data); in dvsec_cxl_flex_bus()
|
| H A D | ChangeLog | 167 binaries now include meta-data with version. 643 output on bogus VPD data. Thanks to Ben Hutchings and Matthew Wilcox. 720 VPD data are supplied by the OS, they are decoded and printed in the 1334 now also remembers how much data it has read and refuses attempts to 2463 configuration data (requested by Bjoern Kriews <[email protected]>).
|
| H A D | pci.ids | 10 # New data are always welcome, especially if they are accurate. If you have 16 # The database is a compilation of factual data, and as such the copyright 6450 1931 000a GlobeTrotter Fusion Quad Lite (PPP data) 6451 1931 000b GlobeTrotter Fusion Quad Lite (GSM data) 19233 1711 PCI-1711 16-channel data acquisition card 12-bit, 100kS/s 21617 4344 EDGE/GPRS data and 802.11b/g combo cardbus [GC89] 23814 a02e ThunderX L2C-TAD (Level 2 cache tag and data) 40258 04 Satellite data communication controller
|