Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpci.c194 { "bridge control", PCI_SIZE_16, PCI_BRIDGE_CONTROL },
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c638 dm_pci_read_config16(parent, PCI_BRIDGE_CONTROL, &bc); in set_vga_bridge_bits()
640 dm_pci_write_config16(parent, PCI_BRIDGE_CONTROL, bc); in set_vga_bridge_bits()
/rk3399_rockchip-uboot/include/
H A Dpci.h267 #define PCI_BRIDGE_CONTROL 0x3e macro