pub fn pci_cfg_read( addr: &PciAddress, offset: u8, width: u8, ) -> Result<usize, Error>
Read a PCI configuration value from addr.
addr
width must be 1, 2 or 4.
width