Searched refs:PCIR_AER_COR_STATUS (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c830 sta = read_config(fd, &p->pc_sel, ptr + PCIR_AER_COR_STATUS, 4);
H A Derr.c173 mask = read_config(fd, &p->pc_sel, aer + PCIR_AER_COR_STATUS, 4);
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h1007 #define PCIR_AER_COR_STATUS 0x10 macro
H A Dpci.c4269 r = pci_read_config(dev, aer + PCIR_AER_COR_STATUS, 4);
4270 pci_write_config(dev, aer + PCIR_AER_COR_STATUS, r, 4);
4274 r, pci_read_config(dev, aer + PCIR_AER_COR_STATUS,
6458 r2 = pci_read_config(dev, aer + PCIR_AER_COR_STATUS, 4);
6506 r = pci_read_config(dev, aer + PCIR_AER_COR_STATUS, 4);
6508 pci_write_config(dev, aer + PCIR_AER_COR_STATUS, r, 4);

Completed in 160 milliseconds