PCIR_SECLAT_2
if (pci_read_config(sc->dev, PCIR_SECLAT_2, 1) < 0x20)
pci_write_config(sc->dev, PCIR_SECLAT_2, 0x20, 1);
pci_write_config(dev, PCIR_SECLAT_2,
PCIR_SECLAT_2, 1);
cfg->bridge.br_seclat = REG(PCIR_SECLAT_2, 1);