pub fn pci_cfg_write( addr: &PciAddress, offset: u8, width: u8, value: u32, ) -> Result<usize>
Write a PCI configuration value to addr.
addr
width must be 1, 2 or 4.
width