Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dbios32.c306 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status);
308 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status);
/linux-master/drivers/pci/
H A Dsetup-bus.c1154 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl);
1157 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl);
1158 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl);
1162 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl);
1165 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl);
1166 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl);
/linux-master/include/uapi/linux/
H A Dpci_regs.h192 #define PCI_CB_BRIDGE_CONTROL 0x3e macro

Completed in 169 milliseconds