Home
last modified time | relevance | path

Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dbios32.c308 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status); in pcibios_fixup_bus()
310 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-bus.c1149 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1152 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1153 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1157 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1160 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1161 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c219 { "bridge control", PCI_SIZE_16, PCI_CB_BRIDGE_CONTROL },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h312 #define PCI_CB_BRIDGE_CONTROL 0x3e macro