Home
last modified time | relevance | path

Searched refs:secondary_bus (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c323 pci_read_config8(dev, PCI_SECONDARY_BUS, &state->secondary_bus); in save_pci_state()
343 pci_write_config8(dev, PCI_SECONDARY_BUS, state->secondary_bus); in restore_pci_state()
/rk3399_rockchip-uboot/include/
H A Dpci.h539 u8 secondary_bus; /* Saved Secondary Bus Number (for bridge) */ member