hw_write_pci
hw_write_pci(hw, 0xcc, 0x8c);
hw_write_pci(hw, 0xcc, 0x0e);
hw_write_pci(hw, 0xcc, 0xee);
hw_write_pci(hw, 0xcc, 0xaa);
hw_write_pci(hw, 0xcc, 0x00);
hw_write_pci(hw, 0xE0, device);
hw_write_pci(hw, 0xE4, (data << 8) | (addr & 0xff));
hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */
hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */
hw_write_pci(hw, 0xEC, 0x05);
hw_write_pci(hw, 0xEC, 0x05);
hw_write_pci(hw, 0xEC, 0x05); /* write to i2c status control */
static void hw_write_pci(struct hw *hw, u32 reg, u32 data);